pandect.algo.blake2b-512

BLAKE2B-512 algorithm implementation

(requires `org.bouncycastle/bcprov-jdk15on` to be on the classpath)

blake2b-512

(blake2b-512 x)
[Hash] BLAKE2B-512 (value -> string)

blake2b-512*

(blake2b-512* x)
[Hash] BLAKE2B-512 (raw value)

blake2b-512-bytes

(blake2b-512-bytes x)
[Hash] BLAKE2B-512 (value -> byte array)

blake2b-512-file

(blake2b-512-file x)
[Hash] BLAKE2B-512 (file path -> string)

blake2b-512-file*

(blake2b-512-file* x)
[Hash] BLAKE2B-512 (raw value)

blake2b-512-file-bytes

(blake2b-512-file-bytes x)
[Hash] BLAKE2B-512 (file path -> byte array)