[−][src]Crate khash
Modules
| ctx | Contains contexts used for algorithms |
| error | Error for kana-hash functions |
| salt |
Structs
| Digest | A streaming kana hash digest |
Constants
| BUFFER_SIZE |
Functions
| generate | Generate kana hash from a slice. |
| generate_stream | Generate kana hash from a stream |
| khash_clone_context⚠ | Clone a context |
| khash_clone_salt⚠ | Clone a salt |
| khash_do⚠ | Compute and write a kana hash output to a string. |
| khash_free_context⚠ | Free a context |
| khash_free_salt⚠ | Free a salt allocated with |
| khash_length⚠ | Calculate the length in bytes of a kana hash output. |
| khash_max_length⚠ | Find the maximum length possible for a given algorithm's output. |
| khash_new_context⚠ | Create a new context |
| khash_new_salt⚠ | Create a new salt |