sha256-rs
sha256-rs copied to clipboard
sha256 crypto digest write by rust
Results
2
sha256-rs issues
Sort by
recently updated
recently updated
newest added
Hello. Sometimes the raw bytes of a hash are needed instead of the hexadecimal representation. For example for double-hashing. Currently to achieve this I need to use the `hex` crate...
It will be useful to know the hashing progress eg with callback that receive (part, total) i32 Ref: https://github.com/thewh1teagle/mc/issues/2