nushell/crates/nu-command/src
Peter Cunderlik 111477aa74
Add sha256 to the hash command (#3836)
Hashers now uses on Rust Crypto Digest trait which makes it trivial to
implement additional hash functions.

The original `md5` crate does not implement the Digest trait and was
replaced by `md-5` crate which does. Sha256 uses already included `sha2`
crate.
2021-07-25 14:08:08 -05:00
..
classified Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
commands Add sha256 to the hash command (#3836) 2021-07-25 14:08:08 -05:00
examples Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00
args.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
default_context.rs Add sha256 to the hash command (#3836) 2021-07-25 14:08:08 -05:00
examples.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
lib.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
prelude.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils.rs Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00