mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
We no longer control the `ascon-hash` name. This follows a similar rename we did for AEADs: `ascon-aead` => `ascon-aead128`
37 lines
505 B
TOML
37 lines
505 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"ascon-hash256",
|
|
"bash-hash",
|
|
"belt-hash",
|
|
"blake2",
|
|
"fsb",
|
|
"gost94",
|
|
"groestl",
|
|
"jh",
|
|
"k12",
|
|
"kupyna",
|
|
"md2",
|
|
"md4",
|
|
"md5",
|
|
"ripemd",
|
|
"sha1",
|
|
"sha1-checked",
|
|
"sha2",
|
|
"sha3",
|
|
"shabal",
|
|
"skein",
|
|
"sm3",
|
|
"streebog",
|
|
"tiger",
|
|
"whirlpool",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
|
|
[patch.crates-io]
|
|
sha1 = { path = "sha1" }
|
|
sha3 = { path = "sha3" }
|
|
whirlpool = { path = "whirlpool" }
|