diff --git a/Cargo.lock b/Cargo.lock index 6ae3675a..4fa5ee11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,18 +109,18 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.8" +version = "0.2.0-rc.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" +checksum = "0f4fc0003068acd7e9cb6659fd956dc4d671f102a06cc115990b9e7bb5745c25" dependencies = [ "hybrid-array", ] [[package]] name = "digest" -version = "0.11.0-rc.5" +version = "0.11.0-rc.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf9423bafb058e4142194330c52273c343f8a5beb7176d052f0e73b17dd35b9" +checksum = "2778ee7344f47967d6701053913962accf9bfdb0caa4b6d921b7c4a615f658d0" dependencies = [ "blobby", "block-buffer", diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index 06294f29..92dfd330 100644 --- a/ascon-hash256/Cargo.toml +++ b/ascon-hash256/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["hash", "ascon"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" ascon = { version = "0.5.0-rc.0", default-features = false } [dev-dependencies] diff --git a/bash-hash/Cargo.toml b/bash-hash/Cargo.toml index 60c09f87..1b7b468a 100644 --- a/bash-hash/Cargo.toml +++ b/bash-hash/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["belt", "stb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" bash-f = "0.1" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 49c0b1f4..3d8187ca 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["belt", "stb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index f30ece40..264c9098 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["blake2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = { version = "0.11.0-rc.5", features = ["mac"] } +digest = { version = "0.11.0-rc.6", features = ["mac"] } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 1fe7f372..68175fa5 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["fsb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" whirlpool = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 86701ac5..6be73cbc 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["gost94", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index c5575fcb..675d08ea 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["groestl", "grostl", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/jh/Cargo.toml b/jh/Cargo.toml index ccd6c4da..2821b1fb 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -13,12 +13,12 @@ keywords = ["jh", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" hex-literal = "1" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } base16ct = { version = "1", features = ["alloc"] } [features] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index 1b4dbe3b..bd235d35 100644 --- a/k12/Cargo.toml +++ b/k12/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" sha3 = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["alloc", "dev"] } +digest = { version = "0.11.0-rc.6", features = ["alloc", "dev"] } hex-literal = "1" [features] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 38780146..0fb77e72 100644 --- a/kupyna/Cargo.toml +++ b/kupyna/Cargo.toml @@ -13,10 +13,10 @@ categories = ["cryptography", "no-std"] rust-version = "1.85" [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 4be86072..970369d8 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["md2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md4/Cargo.toml b/md4/Cargo.toml index d23597ae..7720b13b 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["md4", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md5/Cargo.toml b/md5/Cargo.toml index d89eb918..ad9dae8c 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -16,11 +16,11 @@ categories = ["cryptography", "no-std"] name = "md5" [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" cfg-if = "1" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index e371035f..e23bfb86 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["ripemd", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index 28f52ed0..cc8a6d98 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -18,12 +18,12 @@ exclude = [ ] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" sha1 = { version = "0.11.0-rc.3", default-features = false } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 535e0d1a..031c778c 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -13,14 +13,14 @@ keywords = ["sha1", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" cfg-if = "1.0" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64"))'.dependencies] cpufeatures = "0.2" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 0fc37946..5d196357 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -16,14 +16,14 @@ keywords = ["sha2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" cfg-if = "1" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies] cpufeatures = "0.2" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 7a1d3b71..a2397d38 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -17,11 +17,11 @@ keywords = ["sha3", "keccak", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" keccak = "0.2.0-rc.0" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 777ea6c1..a3a835cf 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["shabal", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/skein/Cargo.toml b/skein/Cargo.toml index a19bd332..73dd6eb6 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["skein", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" threefish = { version = "0.6.0-rc.0", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index 43632402..13c11f32 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["sm3", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 6164634e..7fe3e8ad 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["streebog", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index 9b89b0db..d275aba2 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["hash", "tiger", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index d0e83fd3..cd0827b8 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["whirlpool", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.6" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.6", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] }