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