mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| classified | ||
| commands | ||
| examples | ||
| utils | ||
| args.rs | ||
| default_context.rs | ||
| examples.rs | ||
| lib.rs | ||
| prelude.rs | ||
| utils.rs | ||