This commit is contained in:
Jussi 2024-11-09 14:06:34 +02:00
commit abb3eab559
16 changed files with 1035 additions and 0 deletions

14
native/argon2/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "argon2"
version = "0.1.0"
edition = "2021"
[lib]
name = "argon2"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.35.0"
argon2 = "0.5.3"
rand = "0.8.5"