nushell/crates/nu-command/src/commands/generators/hash_
Peter Cunderlik 9696e4d315
Improve md5 and sha256 code (#3841)
* Refactor Hash code to simplify md5 and sha256 implementations

Md5 and Sha256 (and other future digests) require less boilerplate code
now. Error reporting includues the name of the hash again.

* Add missing hash sha256 test
2021-07-29 10:22:16 -05:00
..
base64_.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
command.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
generic_digest.rs Improve md5 and sha256 code (#3841) 2021-07-29 10:22:16 -05:00
md5_.rs Improve md5 and sha256 code (#3841) 2021-07-29 10:22:16 -05:00
mod.rs Add sha256 to the hash command (#3836) 2021-07-25 14:08:08 -05:00
sha256_.rs Improve md5 and sha256 code (#3841) 2021-07-29 10:22:16 -05:00