Metadata


Name
argon2
Version
2.3.0
Platform
ruby
Authors
Technion
Bindir
exe
Date
2023-09-04 00:00:00 UTC
Dependencies
ffi (~> 1.15)
ffi-compiler (~> 1.0)
bundler (~> 2.0, development)
minitest (~> 5.8, development)
rake (~> 13.0.1, development)
rubocop (~> 1.7, development)
simplecov (~> 0.20, development)
simplecov-lcov (~> 0.8, development)
steep (~> 1.2.1, development)
Description
Argon2 FFI binding
Email
technion@lolware.net
Extensions
ext/argon2_wrap/extconf.rb
Files
.github/workflows/codeql.yml
.github/workflows/ruby.yml
.gitignore
.gitmodules
.rubocop.yml
CONTRIBUTING.md
Changelog.md
Gemfile
LICENSE.txt
README.md
Rakefile
Steepfile
argon2.gemspec
bin/console
bin/setup
bin/test
ext/argon2_wrap/Makefile.real
ext/argon2_wrap/argon_wrap.c
ext/argon2_wrap/argon_wrap.o
ext/argon2_wrap/extconf.rb
ext/argon2_wrap/test.c
ext/phc-winner-argon2/.git
ext/phc-winner-argon2/.gitattributes
ext/phc-winner-argon2/.gitignore
ext/phc-winner-argon2/.travis.yml
ext/phc-winner-argon2/Argon2.sln
ext/phc-winner-argon2/CHANGELOG.md
ext/phc-winner-argon2/LICENSE
ext/phc-winner-argon2/Makefile
ext/phc-winner-argon2/Package.swift
ext/phc-winner-argon2/README.md
ext/phc-winner-argon2/appveyor.yml
ext/phc-winner-argon2/argon2-specs.pdf
ext/phc-winner-argon2/export.sh
ext/phc-winner-argon2/include/argon2.h
ext/phc-winner-argon2/kats/argon2d
ext/phc-winner-argon2/kats/argon2d.shasum
ext/phc-winner-argon2/kats/argon2d_v16
ext/phc-winner-argon2/kats/argon2d_v16.shasum
ext/phc-winner-argon2/kats/argon2i
ext/phc-winner-argon2/kats/argon2i.shasum
ext/phc-winner-argon2/kats/argon2i_v16
ext/phc-winner-argon2/kats/argon2i_v16.shasum
ext/phc-winner-argon2/kats/argon2id
ext/phc-winner-argon2/kats/argon2id.shasum
ext/phc-winner-argon2/kats/argon2id_v16
ext/phc-winner-argon2/kats/argon2id_v16.shasum
ext/phc-winner-argon2/kats/check-sums.ps1
ext/phc-winner-argon2/kats/check-sums.sh
ext/phc-winner-argon2/kats/test.ps1
ext/phc-winner-argon2/kats/test.sh
ext/phc-winner-argon2/latex/IEEEtran.cls
ext/phc-winner-argon2/latex/Makefile
ext/phc-winner-argon2/latex/argon2-specs.tex
ext/phc-winner-argon2/latex/pics/argon2-par.pdf
ext/phc-winner-argon2/latex/pics/compression.pdf
ext/phc-winner-argon2/latex/pics/generic.pdf
ext/phc-winner-argon2/latex/pics/power-distribution.jpg
ext/phc-winner-argon2/latex/tradeoff.bib
ext/phc-winner-argon2/libargon2.pc.in
ext/phc-winner-argon2/man/argon2.1
ext/phc-winner-argon2/src/argon2.c
ext/phc-winner-argon2/src/bench.c
ext/phc-winner-argon2/src/blake2/blake2-impl.h
ext/phc-winner-argon2/src/blake2/blake2.h
ext/phc-winner-argon2/src/blake2/blake2b.c
ext/phc-winner-argon2/src/blake2/blamka-round-opt.h
ext/phc-winner-argon2/src/blake2/blamka-round-ref.h
ext/phc-winner-argon2/src/core.c
ext/phc-winner-argon2/src/core.h
ext/phc-winner-argon2/src/encoding.c
ext/phc-winner-argon2/src/encoding.h
ext/phc-winner-argon2/src/genkat.c
ext/phc-winner-argon2/src/genkat.h
ext/phc-winner-argon2/src/opt.c
ext/phc-winner-argon2/src/ref.c
ext/phc-winner-argon2/src/run.c
ext/phc-winner-argon2/src/test.c
ext/phc-winner-argon2/src/thread.c
ext/phc-winner-argon2/src/thread.h
ext/phc-winner-argon2/vs2015/Argon2Opt/Argon2Opt.vcxproj
ext/phc-winner-argon2/vs2015/Argon2Opt/Argon2Opt.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2OptBench/Argon2OptBench.vcxproj
ext/phc-winner-argon2/vs2015/Argon2OptBench/Argon2OptBench.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2OptDll/Argon2OptDll.vcxproj
ext/phc-winner-argon2/vs2015/Argon2OptDll/Argon2OptDll.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2OptGenKAT/Argon2OptGenKAT.vcxproj
ext/phc-winner-argon2/vs2015/Argon2OptGenKAT/Argon2OptGenKAT.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2OptTestCI/Argon2OptTestCI.vcxproj
ext/phc-winner-argon2/vs2015/Argon2OptTestCI/Argon2OptTestCI.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2Ref/Argon2Ref.vcxproj
ext/phc-winner-argon2/vs2015/Argon2Ref/Argon2Ref.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2RefBench/Argon2RefBench.vcxproj
ext/phc-winner-argon2/vs2015/Argon2RefBench/Argon2RefBench.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2RefDll/Argon2RefDll.vcxproj
ext/phc-winner-argon2/vs2015/Argon2RefDll/Argon2RefDll.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2RefGenKAT/Argon2RefGenKAT.vcxproj
ext/phc-winner-argon2/vs2015/Argon2RefGenKAT/Argon2RefGenKAT.vcxproj.filters
ext/phc-winner-argon2/vs2015/Argon2RefTestCI/Argon2RefTestCI.vcxproj
ext/phc-winner-argon2/vs2015/Argon2RefTestCI/Argon2RefTestCI.vcxproj.filters
lib/argon2.rb
lib/argon2/constants.rb
lib/argon2/engine.rb
lib/argon2/errors.rb
lib/argon2/ffi_engine.rb
lib/argon2/hash_format.rb
lib/argon2/profiles.rb
lib/argon2/version.rb
sig/argon2.rbs
sig/constants.rbs
sig/engine.rbs
sig/errors.rbs
sig/ffi.rbs
sig/hash_format.rbs
sig/version.rbs
Homepage
https://github.com/technion/ruby-argon2
Licenses
MIT
Metadata
{"rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.6.0
Required rubygems version
>= 0
Rubygems version
3.3.15
Specification version
4
Summary
Argon2 Password hashing binding
Original platform
ruby
New platform
ruby