rust-bip39-unsafe-fast/src
pezcore 593f4767f4 fix: Disply for Error::BadWordCount
This Display description of the BadWordCount variant incorrectly
complained stated that the word count is not a multiple of 6. The
correct criteria for valid word counts is now that it must be a multiple
of 3 between 12 and 24 inclusive, so the Display impl is fixed to be
more precise.
2023-01-28 16:26:43 -05:00
..
language Merge pull request #13 from praveenperera/zeroize-support 2022-06-29 17:44:15 +01:00
internal_macros.rs Apply rustfmt 2021-03-24 22:19:26 +00:00
lib.rs fix: Disply for Error::BadWordCount 2023-01-28 16:26:43 -05:00
pbkdf2.rs Use indices internally instead of &'static str 2021-04-01 14:51:09 +01:00