pandect.algo.sha3-256
SHA3-256 algorithm implementation
(requires `org.bouncycastle/bcprov-jdk15on` to be on the classpath)
sha3-256
(sha3-256 x)
[Hash] SHA3-256 (value -> string)
sha3-256*
(sha3-256* x)
[Hash] SHA3-256 (raw value)
sha3-256-bytes
(sha3-256-bytes x)
[Hash] SHA3-256 (value -> byte array)
sha3-256-file
(sha3-256-file x)
[Hash] SHA3-256 (file path -> string)
sha3-256-file*
(sha3-256-file* x)
[Hash] SHA3-256 (raw value)
sha3-256-file-bytes
(sha3-256-file-bytes x)
[Hash] SHA3-256 (file path -> byte array)