snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+7 -6
View File
@@ -7,6 +7,7 @@ documentation = "https://docs.rs/bizinikiwi-bip39"
authors.workspace = true
edition.workspace = true
repository.workspace = true
homepage = { workspace = true }
[dependencies]
hmac = { workspace = true }
@@ -22,10 +23,10 @@ rustc-hex = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"hmac/std",
"pbkdf2/std",
"schnorrkel/std",
"sha2/std",
"zeroize/alloc",
"zeroize/std",
"hmac/std",
"pbkdf2/std",
"schnorrkel/std",
"sha2/std",
"zeroize/alloc",
"zeroize/std",
]