nushell/crates/nu-command/src/hash
Darren Schroeder 63f9e273b3
add binary as input to hash commands (#13923)
# Description

This allows `hash sha256` to support binary input. The code was there
but the signature wasn't.

closes #13916
2024-09-25 16:47:52 +08:00
..
generic_digest.rs add binary as input to hash commands (#13923) 2024-09-25 16:47:52 +08:00
hash_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
md5.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
sha256.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00