rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding ac88bc03fd
Make constructors const
Audit the codebase for any function that starts with `/// Creates` and
see if we can make it const. Inline them at the same time.
2024-02-24 06:04:41 +11:00
..
cmp.rs
hash160.rs
hmac.rs hashes: fix typos 2024-01-18 14:06:32 +08:00
impls.rs
internal_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00
ripemd160.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
serde_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
sha1.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sha256.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sha256d.rs
sha256t.rs Fix typos 2024-01-05 23:10:52 +08:00
sha512.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sha512_256.rs Fix typos 2024-01-05 23:10:52 +08:00
siphash24.rs Make constructors const 2024-02-24 06:04:41 +11:00
util.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00