Steven Roose
|
00d628f1a8
|
Merge pull request #13 from praveenperera/zeroize-support
Add optional zeroize support
|
2022-06-29 17:44:15 +01:00 |
Dr. No
|
f01e0b2de4
|
Make word list public; addresses #19
|
2022-03-01 23:29:05 -05:00 |
Praveen Perera
|
bb0f63298a
|
Use `zeroize_derive` feature instead of impl zeroize
|
2021-04-19 12:08:04 -04:00 |
Steven Roose
|
63d3eab009
|
Use indices internally instead of &'static str
|
2021-04-01 14:51:09 +01:00 |
Steven Roose
|
b8ea0b86bf
|
Apply rustfmt
Excluding the language files
|
2021-03-24 22:19:26 +00:00 |
Steven Roose
|
0313e97134
|
Remove core feature
|
2021-03-24 19:02:35 +00:00 |
Steven Roose
|
ca454327b2
|
Differentiate std and core
|
2021-03-24 18:39:39 +00:00 |
Steven Roose
|
14495917ca
|
Refactor to make std optional
|
2021-02-01 11:58:01 +01:00 |
Steven Roose
|
de52b3679f
|
Style nits in words_overlaps test
|
2020-07-20 14:07:11 +02:00 |
Steven Roose
|
32daa49834
|
Add awareness of uniqueness of words in wors lists
This is needed to have good guarantees for the
Mnemonic::guess_language method which can therefore
be renamed to Mnemonic::language_of.
|
2020-07-18 14:06:16 +02:00 |
Steven Roose
|
988f99309f
|
Spell word list with a space
|
2020-06-19 11:57:38 +01:00 |
Steven Roose
|
b81e1bd75d
|
Add comment to Language::words_by_prefix
|
2020-06-19 11:56:20 +01:00 |
Steven Roose
|
e6cb3dfa1f
|
Remove hashmap based word lookup
|
2020-06-19 11:53:13 +01:00 |
Steven Roose
|
a399d5c4a5
|
Rewrite keeping mnemonic in buffer
|
2020-06-15 11:49:24 +01:00 |