|
|
|
@ -1,6 +1,15 @@
|
|
|
|
|
* libkhash - kana-hash
|
|
|
|
|
Kana mnemonic hashes
|
|
|
|
|
|
|
|
|
|
** Example output
|
|
|
|
|
Input is "uguu~" using the default salt.
|
|
|
|
|
| Algorithm | Output |
|
|
|
|
|
|--------------------+------------------------------------------------------------------|
|
|
|
|
|
| SHA256 | おシソまツアでぅせツモァだゅノびヲろぢォセつマぶけぁユねハァがゅ |
|
|
|
|
|
| CRC32 | わぼぢァ |
|
|
|
|
|
| CRC64 | づやワえぼちレこ |
|
|
|
|
|
| SHA256 (truncated) | おシソまツアで |
|
|
|
|
|
|
|
|
|
|
** Installation
|
|
|
|
|
The dynamic library is built with ~Cargo~ and ~Rust~, and the cli example program is built with ~gcc~.
|
|
|
|
|
|
|
|
|
|