pandect.core

Digest Creation for Pandect

adler32

(adler32 x)
[Hash] ADLER-32 (value -> string)

adler32*

(adler32* x)
[Hash] ADLER-32 (raw value)

adler32-bytes

(adler32-bytes x)
[Hash] ADLER-32 (value -> byte array)

adler32-file

(adler32-file x)
[Hash] ADLER-32 (file path -> string)

adler32-file*

(adler32-file* x)
[Hash] ADLER-32 (raw value)

adler32-file-bytes

(adler32-file-bytes x)
[Hash] ADLER-32 (file path -> byte array)

blake2b-160

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

blake2b-160*

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

blake2b-160-bytes

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

blake2b-160-file

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

blake2b-160-file*

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

blake2b-160-file-bytes

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

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)

blake2b-384

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

blake2b-384*

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

blake2b-384-bytes

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

blake2b-384-file

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

blake2b-384-file*

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

blake2b-384-file-bytes

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

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)

crc32

(crc32 x)
[Hash] CRC-32 (value -> string)

crc32*

(crc32* x)
[Hash] CRC-32 (raw value)

crc32-bytes

(crc32-bytes x)
[Hash] CRC-32 (value -> byte array)

crc32-file

(crc32-file x)
[Hash] CRC-32 (file path -> string)

crc32-file*

(crc32-file* x)
[Hash] CRC-32 (raw value)

crc32-file-bytes

(crc32-file-bytes x)
[Hash] CRC-32 (file path -> byte array)

gost

(gost x)
[Hash] GOST3411 (value -> string)

gost*

(gost* x)
[Hash] GOST3411 (raw value)

gost-bytes

(gost-bytes x)
[Hash] GOST3411 (value -> byte array)

gost-file

(gost-file x)
[Hash] GOST3411 (file path -> string)

gost-file*

(gost-file* x)
[Hash] GOST3411 (raw value)

gost-file-bytes

(gost-file-bytes x)
[Hash] GOST3411 (file path -> byte array)

gost-hmac

(gost-hmac x secret)
[HMAC] Hmac-GOST3411 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

gost-hmac*

(gost-hmac* x secret)
[HMAC] Hmac-GOST3411 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

gost-hmac-bytes

(gost-hmac-bytes x secret)
[HMAC] Hmac-GOST3411 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

gost-hmac-file

(gost-hmac-file x secret)
[HMAC] Hmac-GOST3411 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

gost-hmac-file*

(gost-hmac-file* x secret)
[HMAC] Hmac-GOST3411 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

gost-hmac-file-bytes

(gost-hmac-file-bytes x secret)
[HMAC] Hmac-GOST3411 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224

(keccak-224 x)
[Hash] Keccak-224 (value -> string)

keccak-224*

(keccak-224* x)
[Hash] Keccak-224 (raw value)

keccak-224-bytes

(keccak-224-bytes x)
[Hash] Keccak-224 (value -> byte array)

keccak-224-file

(keccak-224-file x)
[Hash] Keccak-224 (file path -> string)

keccak-224-file*

(keccak-224-file* x)
[Hash] Keccak-224 (raw value)

keccak-224-file-bytes

(keccak-224-file-bytes x)
[Hash] Keccak-224 (file path -> byte array)

keccak-224-hmac

(keccak-224-hmac x secret)
[HMAC] Hmac-Keccak224 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224-hmac*

(keccak-224-hmac* x secret)
[HMAC] Hmac-Keccak224 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224-hmac-bytes

(keccak-224-hmac-bytes x secret)
[HMAC] Hmac-Keccak224 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224-hmac-file

(keccak-224-hmac-file x secret)
[HMAC] Hmac-Keccak224 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224-hmac-file*

(keccak-224-hmac-file* x secret)
[HMAC] Hmac-Keccak224 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-224-hmac-file-bytes

(keccak-224-hmac-file-bytes x secret)
[HMAC] Hmac-Keccak224 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256

(keccak-256 x)
[Hash] Keccak-256 (value -> string)

keccak-256*

(keccak-256* x)
[Hash] Keccak-256 (raw value)

keccak-256-bytes

(keccak-256-bytes x)
[Hash] Keccak-256 (value -> byte array)

keccak-256-file

(keccak-256-file x)
[Hash] Keccak-256 (file path -> string)

keccak-256-file*

(keccak-256-file* x)
[Hash] Keccak-256 (raw value)

keccak-256-file-bytes

(keccak-256-file-bytes x)
[Hash] Keccak-256 (file path -> byte array)

keccak-256-hmac

(keccak-256-hmac x secret)
[HMAC] Hmac-Keccak256 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256-hmac*

(keccak-256-hmac* x secret)
[HMAC] Hmac-Keccak256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256-hmac-bytes

(keccak-256-hmac-bytes x secret)
[HMAC] Hmac-Keccak256 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256-hmac-file

(keccak-256-hmac-file x secret)
[HMAC] Hmac-Keccak256 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256-hmac-file*

(keccak-256-hmac-file* x secret)
[HMAC] Hmac-Keccak256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-256-hmac-file-bytes

(keccak-256-hmac-file-bytes x secret)
[HMAC] Hmac-Keccak256 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384

(keccak-384 x)
[Hash] Keccak-384 (value -> string)

keccak-384*

(keccak-384* x)
[Hash] Keccak-384 (raw value)

keccak-384-bytes

(keccak-384-bytes x)
[Hash] Keccak-384 (value -> byte array)

keccak-384-file

(keccak-384-file x)
[Hash] Keccak-384 (file path -> string)

keccak-384-file*

(keccak-384-file* x)
[Hash] Keccak-384 (raw value)

keccak-384-file-bytes

(keccak-384-file-bytes x)
[Hash] Keccak-384 (file path -> byte array)

keccak-384-hmac

(keccak-384-hmac x secret)
[HMAC] Hmac-Keccak384 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384-hmac*

(keccak-384-hmac* x secret)
[HMAC] Hmac-Keccak384 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384-hmac-bytes

(keccak-384-hmac-bytes x secret)
[HMAC] Hmac-Keccak384 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384-hmac-file

(keccak-384-hmac-file x secret)
[HMAC] Hmac-Keccak384 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384-hmac-file*

(keccak-384-hmac-file* x secret)
[HMAC] Hmac-Keccak384 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-384-hmac-file-bytes

(keccak-384-hmac-file-bytes x secret)
[HMAC] Hmac-Keccak384 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512

(keccak-512 x)
[Hash] Keccak-512 (value -> string)

keccak-512*

(keccak-512* x)
[Hash] Keccak-512 (raw value)

keccak-512-bytes

(keccak-512-bytes x)
[Hash] Keccak-512 (value -> byte array)

keccak-512-file

(keccak-512-file x)
[Hash] Keccak-512 (file path -> string)

keccak-512-file*

(keccak-512-file* x)
[Hash] Keccak-512 (raw value)

keccak-512-file-bytes

(keccak-512-file-bytes x)
[Hash] Keccak-512 (file path -> byte array)

keccak-512-hmac

(keccak-512-hmac x secret)
[HMAC] Hmac-Keccak512 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512-hmac*

(keccak-512-hmac* x secret)
[HMAC] Hmac-Keccak512 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512-hmac-bytes

(keccak-512-hmac-bytes x secret)
[HMAC] Hmac-Keccak512 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512-hmac-file

(keccak-512-hmac-file x secret)
[HMAC] Hmac-Keccak512 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512-hmac-file*

(keccak-512-hmac-file* x secret)
[HMAC] Hmac-Keccak512 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

keccak-512-hmac-file-bytes

(keccak-512-hmac-file-bytes x secret)
[HMAC] Hmac-Keccak512 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md2

(md2 x)
[Hash] MD2 (value -> string)

md2*

(md2* x)
[Hash] MD2 (raw value)

md2-bytes

(md2-bytes x)
[Hash] MD2 (value -> byte array)

md2-file

(md2-file x)
[Hash] MD2 (file path -> string)

md2-file*

(md2-file* x)
[Hash] MD2 (raw value)

md2-file-bytes

(md2-file-bytes x)
[Hash] MD2 (file path -> byte array)

md2-rsa

(md2-rsa x private-key)
[Signature] MD2withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

md2-rsa*

(md2-rsa* x private-key)
[Signature] MD2withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

md2-rsa-bytes

(md2-rsa-bytes x private-key)
[Signature] MD2withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

md2-rsa-file

(md2-rsa-file x private-key)
[Signature] MD2withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

md2-rsa-file*

(md2-rsa-file* x private-key)
[Signature] MD2withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

md2-rsa-file-bytes

(md2-rsa-file-bytes x private-key)
[Signature] MD2withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

md2-rsa-verify

(md2-rsa-verify x signature public-key)
[Signature] MD2withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

md2-rsa-verify-file

(md2-rsa-verify-file x signature public-key)
[Signature] MD2withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

md4

(md4 x)
[Hash] MD4 (value -> string)

md4*

(md4* x)
[Hash] MD4 (raw value)

md4-bytes

(md4-bytes x)
[Hash] MD4 (value -> byte array)

md4-file

(md4-file x)
[Hash] MD4 (file path -> string)

md4-file*

(md4-file* x)
[Hash] MD4 (raw value)

md4-file-bytes

(md4-file-bytes x)
[Hash] MD4 (file path -> byte array)

md4-hmac

(md4-hmac x secret)
[HMAC] Hmac-MD4 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md4-hmac*

(md4-hmac* x secret)
[HMAC] Hmac-MD4 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md4-hmac-bytes

(md4-hmac-bytes x secret)
[HMAC] Hmac-MD4 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md4-hmac-file

(md4-hmac-file x secret)
[HMAC] Hmac-MD4 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md4-hmac-file*

(md4-hmac-file* x secret)
[HMAC] Hmac-MD4 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md4-hmac-file-bytes

(md4-hmac-file-bytes x secret)
[HMAC] Hmac-MD4 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5

(md5 x)
[Hash] MD5 (value -> string)

md5*

(md5* x)
[Hash] MD5 (raw value)

md5-bytes

(md5-bytes x)
[Hash] MD5 (value -> byte array)

md5-file

(md5-file x)
[Hash] MD5 (file path -> string)

md5-file*

(md5-file* x)
[Hash] MD5 (raw value)

md5-file-bytes

(md5-file-bytes x)
[Hash] MD5 (file path -> byte array)

md5-hmac

(md5-hmac x secret)
[HMAC] HmacMD5 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-hmac*

(md5-hmac* x secret)
[HMAC] HmacMD5 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-hmac-bytes

(md5-hmac-bytes x secret)
[HMAC] HmacMD5 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-hmac-file

(md5-hmac-file x secret)
[HMAC] HmacMD5 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-hmac-file*

(md5-hmac-file* x secret)
[HMAC] HmacMD5 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-hmac-file-bytes

(md5-hmac-file-bytes x secret)
[HMAC] HmacMD5 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

md5-rsa

(md5-rsa x private-key)
[Signature] MD5withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

md5-rsa*

(md5-rsa* x private-key)
[Signature] MD5withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

md5-rsa-bytes

(md5-rsa-bytes x private-key)
[Signature] MD5withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

md5-rsa-file

(md5-rsa-file x private-key)
[Signature] MD5withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

md5-rsa-file*

(md5-rsa-file* x private-key)
[Signature] MD5withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

md5-rsa-file-bytes

(md5-rsa-file-bytes x private-key)
[Signature] MD5withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

md5-rsa-verify

(md5-rsa-verify x signature public-key)
[Signature] MD5withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

md5-rsa-verify-file

(md5-rsa-verify-file x signature public-key)
[Signature] MD5withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

ripemd128

(ripemd128 x)
[Hash] RipeMD128 (value -> string)

ripemd128*

(ripemd128* x)
[Hash] RipeMD128 (raw value)

ripemd128-bytes

(ripemd128-bytes x)
[Hash] RipeMD128 (value -> byte array)

ripemd128-file

(ripemd128-file x)
[Hash] RipeMD128 (file path -> string)

ripemd128-file*

(ripemd128-file* x)
[Hash] RipeMD128 (raw value)

ripemd128-file-bytes

(ripemd128-file-bytes x)
[Hash] RipeMD128 (file path -> byte array)

ripemd128-hmac

(ripemd128-hmac x secret)
[HMAC] Hmac-RipeMD128 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd128-hmac*

(ripemd128-hmac* x secret)
[HMAC] Hmac-RipeMD128 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd128-hmac-bytes

(ripemd128-hmac-bytes x secret)
[HMAC] Hmac-RipeMD128 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd128-hmac-file

(ripemd128-hmac-file x secret)
[HMAC] Hmac-RipeMD128 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd128-hmac-file*

(ripemd128-hmac-file* x secret)
[HMAC] Hmac-RipeMD128 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd128-hmac-file-bytes

(ripemd128-hmac-file-bytes x secret)
[HMAC] Hmac-RipeMD128 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160

(ripemd160 x)
[Hash] RipeMD160 (value -> string)

ripemd160*

(ripemd160* x)
[Hash] RipeMD160 (raw value)

ripemd160-bytes

(ripemd160-bytes x)
[Hash] RipeMD160 (value -> byte array)

ripemd160-file

(ripemd160-file x)
[Hash] RipeMD160 (file path -> string)

ripemd160-file*

(ripemd160-file* x)
[Hash] RipeMD160 (raw value)

ripemd160-file-bytes

(ripemd160-file-bytes x)
[Hash] RipeMD160 (file path -> byte array)

ripemd160-hmac

(ripemd160-hmac x secret)
[HMAC] Hmac-RipeMD160 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160-hmac*

(ripemd160-hmac* x secret)
[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160-hmac-bytes

(ripemd160-hmac-bytes x secret)
[HMAC] Hmac-RipeMD160 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160-hmac-file

(ripemd160-hmac-file x secret)
[HMAC] Hmac-RipeMD160 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160-hmac-file*

(ripemd160-hmac-file* x secret)
[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd160-hmac-file-bytes

(ripemd160-hmac-file-bytes x secret)
[HMAC] Hmac-RipeMD160 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256

(ripemd256 x)
[Hash] RipeMD256 (value -> string)

ripemd256*

(ripemd256* x)
[Hash] RipeMD256 (raw value)

ripemd256-bytes

(ripemd256-bytes x)
[Hash] RipeMD256 (value -> byte array)

ripemd256-file

(ripemd256-file x)
[Hash] RipeMD256 (file path -> string)

ripemd256-file*

(ripemd256-file* x)
[Hash] RipeMD256 (raw value)

ripemd256-file-bytes

(ripemd256-file-bytes x)
[Hash] RipeMD256 (file path -> byte array)

ripemd256-hmac

(ripemd256-hmac x secret)
[HMAC] Hmac-RipeMD256 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256-hmac*

(ripemd256-hmac* x secret)
[HMAC] Hmac-RipeMD256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256-hmac-bytes

(ripemd256-hmac-bytes x secret)
[HMAC] Hmac-RipeMD256 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256-hmac-file

(ripemd256-hmac-file x secret)
[HMAC] Hmac-RipeMD256 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256-hmac-file*

(ripemd256-hmac-file* x secret)
[HMAC] Hmac-RipeMD256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd256-hmac-file-bytes

(ripemd256-hmac-file-bytes x secret)
[HMAC] Hmac-RipeMD256 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320

(ripemd320 x)
[Hash] RipeMD320 (value -> string)

ripemd320*

(ripemd320* x)
[Hash] RipeMD320 (raw value)

ripemd320-bytes

(ripemd320-bytes x)
[Hash] RipeMD320 (value -> byte array)

ripemd320-file

(ripemd320-file x)
[Hash] RipeMD320 (file path -> string)

ripemd320-file*

(ripemd320-file* x)
[Hash] RipeMD320 (raw value)

ripemd320-file-bytes

(ripemd320-file-bytes x)
[Hash] RipeMD320 (file path -> byte array)

ripemd320-hmac

(ripemd320-hmac x secret)
[HMAC] Hmac-RipeMD320 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320-hmac*

(ripemd320-hmac* x secret)
[HMAC] Hmac-RipeMD320 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320-hmac-bytes

(ripemd320-hmac-bytes x secret)
[HMAC] Hmac-RipeMD320 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320-hmac-file

(ripemd320-hmac-file x secret)
[HMAC] Hmac-RipeMD320 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320-hmac-file*

(ripemd320-hmac-file* x secret)
[HMAC] Hmac-RipeMD320 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

ripemd320-hmac-file-bytes

(ripemd320-hmac-file-bytes x secret)
[HMAC] Hmac-RipeMD320 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1

(sha1 x)
[Hash] SHA-1 (value -> string)

sha1*

(sha1* x)
[Hash] SHA-1 (raw value)

sha1-bytes

(sha1-bytes x)
[Hash] SHA-1 (value -> byte array)

sha1-dsa

(sha1-dsa x private-key)
[Signature] SHA1withDSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa*

(sha1-dsa* x private-key)
[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa-bytes

(sha1-dsa-bytes x private-key)
[Signature] SHA1withDSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa-file

(sha1-dsa-file x private-key)
[Signature] SHA1withDSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa-file*

(sha1-dsa-file* x private-key)
[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa-file-bytes

(sha1-dsa-file-bytes x private-key)
[Signature] SHA1withDSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha1-dsa-verify

(sha1-dsa-verify x signature public-key)
[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha1-dsa-verify-file

(sha1-dsa-verify-file x signature public-key)
[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha1-file

(sha1-file x)
[Hash] SHA-1 (file path -> string)

sha1-file*

(sha1-file* x)
[Hash] SHA-1 (raw value)

sha1-file-bytes

(sha1-file-bytes x)
[Hash] SHA-1 (file path -> byte array)

sha1-hmac

(sha1-hmac x secret)
[HMAC] HmacSHA1 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-hmac*

(sha1-hmac* x secret)
[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-hmac-bytes

(sha1-hmac-bytes x secret)
[HMAC] HmacSHA1 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-hmac-file

(sha1-hmac-file x secret)
[HMAC] HmacSHA1 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-hmac-file*

(sha1-hmac-file* x secret)
[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-hmac-file-bytes

(sha1-hmac-file-bytes x secret)
[HMAC] HmacSHA1 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha1-rsa

(sha1-rsa x private-key)
[Signature] SHA1withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa*

(sha1-rsa* x private-key)
[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa-bytes

(sha1-rsa-bytes x private-key)
[Signature] SHA1withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa-file

(sha1-rsa-file x private-key)
[Signature] SHA1withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa-file*

(sha1-rsa-file* x private-key)
[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa-file-bytes

(sha1-rsa-file-bytes x private-key)
[Signature] SHA1withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha1-rsa-verify

(sha1-rsa-verify x signature public-key)
[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha1-rsa-verify-file

(sha1-rsa-verify-file x signature public-key)
[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha224

(sha224 x)
[Hash] SHA-224 (value -> string)

sha224*

(sha224* x)
[Hash] SHA-224 (raw value)

sha224-bytes

(sha224-bytes x)
[Hash] SHA-224 (value -> byte array)

sha224-file

(sha224-file x)
[Hash] SHA-224 (file path -> string)

sha224-file*

(sha224-file* x)
[Hash] SHA-224 (raw value)

sha224-file-bytes

(sha224-file-bytes x)
[Hash] SHA-224 (file path -> byte array)

sha224-hmac

(sha224-hmac x secret)
[HMAC] Hmac-SHA224 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha224-hmac*

(sha224-hmac* x secret)
[HMAC] Hmac-SHA224 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha224-hmac-bytes

(sha224-hmac-bytes x secret)
[HMAC] Hmac-SHA224 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha224-hmac-file

(sha224-hmac-file x secret)
[HMAC] Hmac-SHA224 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha224-hmac-file*

(sha224-hmac-file* x secret)
[HMAC] Hmac-SHA224 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha224-hmac-file-bytes

(sha224-hmac-file-bytes x secret)
[HMAC] Hmac-SHA224 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256

(sha256 x)
[Hash] SHA-256 (value -> string)

sha256*

(sha256* x)
[Hash] SHA-256 (raw value)

sha256-bytes

(sha256-bytes x)
[Hash] SHA-256 (value -> byte array)

sha256-file

(sha256-file x)
[Hash] SHA-256 (file path -> string)

sha256-file*

(sha256-file* x)
[Hash] SHA-256 (raw value)

sha256-file-bytes

(sha256-file-bytes x)
[Hash] SHA-256 (file path -> byte array)

sha256-hmac

(sha256-hmac x secret)
[HMAC] HmacSHA256 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-hmac*

(sha256-hmac* x secret)
[HMAC] HmacSHA256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-hmac-bytes

(sha256-hmac-bytes x secret)
[HMAC] HmacSHA256 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-hmac-file

(sha256-hmac-file x secret)
[HMAC] HmacSHA256 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-hmac-file*

(sha256-hmac-file* x secret)
[HMAC] HmacSHA256 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-hmac-file-bytes

(sha256-hmac-file-bytes x secret)
[HMAC] HmacSHA256 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha256-rsa

(sha256-rsa x private-key)
[Signature] SHA256withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa*

(sha256-rsa* x private-key)
[Signature] SHA256withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa-bytes

(sha256-rsa-bytes x private-key)
[Signature] SHA256withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa-file

(sha256-rsa-file x private-key)
[Signature] SHA256withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa-file*

(sha256-rsa-file* x private-key)
[Signature] SHA256withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa-file-bytes

(sha256-rsa-file-bytes x private-key)
[Signature] SHA256withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha256-rsa-verify

(sha256-rsa-verify x signature public-key)
[Signature] SHA256withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha256-rsa-verify-file

(sha256-rsa-verify-file x signature public-key)
[Signature] SHA256withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha3-224

(sha3-224 x)
[Hash] SHA3-224 (value -> string)

sha3-224*

(sha3-224* x)
[Hash] SHA3-224 (raw value)

sha3-224-bytes

(sha3-224-bytes x)
[Hash] SHA3-224 (value -> byte array)

sha3-224-file

(sha3-224-file x)
[Hash] SHA3-224 (file path -> string)

sha3-224-file*

(sha3-224-file* x)
[Hash] SHA3-224 (raw value)

sha3-224-file-bytes

(sha3-224-file-bytes x)
[Hash] SHA3-224 (file path -> byte array)

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)

sha3-384

(sha3-384 x)
[Hash] SHA3-384 (value -> string)

sha3-384*

(sha3-384* x)
[Hash] SHA3-384 (raw value)

sha3-384-bytes

(sha3-384-bytes x)
[Hash] SHA3-384 (value -> byte array)

sha3-384-file

(sha3-384-file x)
[Hash] SHA3-384 (file path -> string)

sha3-384-file*

(sha3-384-file* x)
[Hash] SHA3-384 (raw value)

sha3-384-file-bytes

(sha3-384-file-bytes x)
[Hash] SHA3-384 (file path -> byte array)

sha3-512

(sha3-512 x)
[Hash] SHA3-512 (value -> string)

sha3-512*

(sha3-512* x)
[Hash] SHA3-512 (raw value)

sha3-512-bytes

(sha3-512-bytes x)
[Hash] SHA3-512 (value -> byte array)

sha3-512-file

(sha3-512-file x)
[Hash] SHA3-512 (file path -> string)

sha3-512-file*

(sha3-512-file* x)
[Hash] SHA3-512 (raw value)

sha3-512-file-bytes

(sha3-512-file-bytes x)
[Hash] SHA3-512 (file path -> byte array)

sha384

(sha384 x)
[Hash] SHA-384 (value -> string)

sha384*

(sha384* x)
[Hash] SHA-384 (raw value)

sha384-bytes

(sha384-bytes x)
[Hash] SHA-384 (value -> byte array)

sha384-file

(sha384-file x)
[Hash] SHA-384 (file path -> string)

sha384-file*

(sha384-file* x)
[Hash] SHA-384 (raw value)

sha384-file-bytes

(sha384-file-bytes x)
[Hash] SHA-384 (file path -> byte array)

sha384-hmac

(sha384-hmac x secret)
[HMAC] HmacSHA384 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-hmac*

(sha384-hmac* x secret)
[HMAC] HmacSHA384 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-hmac-bytes

(sha384-hmac-bytes x secret)
[HMAC] HmacSHA384 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-hmac-file

(sha384-hmac-file x secret)
[HMAC] HmacSHA384 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-hmac-file*

(sha384-hmac-file* x secret)
[HMAC] HmacSHA384 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-hmac-file-bytes

(sha384-hmac-file-bytes x secret)
[HMAC] HmacSHA384 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha384-rsa

(sha384-rsa x private-key)
[Signature] SHA384withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa*

(sha384-rsa* x private-key)
[Signature] SHA384withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa-bytes

(sha384-rsa-bytes x private-key)
[Signature] SHA384withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa-file

(sha384-rsa-file x private-key)
[Signature] SHA384withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa-file*

(sha384-rsa-file* x private-key)
[Signature] SHA384withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa-file-bytes

(sha384-rsa-file-bytes x private-key)
[Signature] SHA384withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha384-rsa-verify

(sha384-rsa-verify x signature public-key)
[Signature] SHA384withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha384-rsa-verify-file

(sha384-rsa-verify-file x signature public-key)
[Signature] SHA384withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha512

(sha512 x)
[Hash] SHA-512 (value -> string)

sha512*

(sha512* x)
[Hash] SHA-512 (raw value)

sha512-bytes

(sha512-bytes x)
[Hash] SHA-512 (value -> byte array)

sha512-file

(sha512-file x)
[Hash] SHA-512 (file path -> string)

sha512-file*

(sha512-file* x)
[Hash] SHA-512 (raw value)

sha512-file-bytes

(sha512-file-bytes x)
[Hash] SHA-512 (file path -> byte array)

sha512-hmac

(sha512-hmac x secret)
[HMAC] HmacSHA512 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-hmac*

(sha512-hmac* x secret)
[HMAC] HmacSHA512 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-hmac-bytes

(sha512-hmac-bytes x secret)
[HMAC] HmacSHA512 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-hmac-file

(sha512-hmac-file x secret)
[HMAC] HmacSHA512 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-hmac-file*

(sha512-hmac-file* x secret)
[HMAC] HmacSHA512 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-hmac-file-bytes

(sha512-hmac-file-bytes x secret)
[HMAC] HmacSHA512 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

sha512-rsa

(sha512-rsa x private-key)
[Signature] SHA512withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa*

(sha512-rsa* x private-key)
[Signature] SHA512withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa-bytes

(sha512-rsa-bytes x private-key)
[Signature] SHA512withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa-file

(sha512-rsa-file x private-key)
[Signature] SHA512withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa-file*

(sha512-rsa-file* x private-key)
[Signature] SHA512withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa-file-bytes

(sha512-rsa-file-bytes x private-key)
[Signature] SHA512withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

sha512-rsa-verify

(sha512-rsa-verify x signature public-key)
[Signature] SHA512withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

sha512-rsa-verify-file

(sha512-rsa-verify-file x signature public-key)
[Signature] SHA512withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.

siphash

(siphash x secret)
[HMAC] Siphash-2-4 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash*

(siphash* x secret)
[HMAC] Siphash-2-4 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash-bytes

(siphash-bytes x secret)
[HMAC] Siphash-2-4 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash-file

(siphash-file x secret)
[HMAC] Siphash-2-4 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash-file*

(siphash-file* x secret)
[HMAC] Siphash-2-4 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash-file-bytes

(siphash-file-bytes x secret)
[HMAC] Siphash-2-4 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48

(siphash48 x secret)
[HMAC] Siphash-4-8 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48*

(siphash48* x secret)
[HMAC] Siphash-4-8 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48-bytes

(siphash48-bytes x secret)
[HMAC] Siphash-4-8 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48-file

(siphash48-file x secret)
[HMAC] Siphash-4-8 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48-file*

(siphash48-file* x secret)
[HMAC] Siphash-4-8 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

siphash48-file-bytes

(siphash48-file-bytes x secret)
[HMAC] Siphash-4-8 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger

(tiger x)
[Hash] Tiger (value -> string)

tiger*

(tiger* x)
[Hash] Tiger (raw value)

tiger-bytes

(tiger-bytes x)
[Hash] Tiger (value -> byte array)

tiger-file

(tiger-file x)
[Hash] Tiger (file path -> string)

tiger-file*

(tiger-file* x)
[Hash] Tiger (raw value)

tiger-file-bytes

(tiger-file-bytes x)
[Hash] Tiger (file path -> byte array)

tiger-hmac

(tiger-hmac x secret)
[HMAC] Hmac-Tiger (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger-hmac*

(tiger-hmac* x secret)
[HMAC] Hmac-Tiger (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger-hmac-bytes

(tiger-hmac-bytes x secret)
[HMAC] Hmac-Tiger (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger-hmac-file

(tiger-hmac-file x secret)
[HMAC] Hmac-Tiger (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger-hmac-file*

(tiger-hmac-file* x secret)
[HMAC] Hmac-Tiger (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

tiger-hmac-file-bytes

(tiger-hmac-file-bytes x secret)
[HMAC] Hmac-Tiger (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool

(whirlpool x)
[Hash] Whirlpool (value -> string)

whirlpool*

(whirlpool* x)
[Hash] Whirlpool (raw value)

whirlpool-bytes

(whirlpool-bytes x)
[Hash] Whirlpool (value -> byte array)

whirlpool-file

(whirlpool-file x)
[Hash] Whirlpool (file path -> string)

whirlpool-file*

(whirlpool-file* x)
[Hash] Whirlpool (raw value)

whirlpool-file-bytes

(whirlpool-file-bytes x)
[Hash] Whirlpool (file path -> byte array)

whirlpool-hmac

(whirlpool-hmac x secret)
[HMAC] Hmac-Whirlpool (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool-hmac*

(whirlpool-hmac* x secret)
[HMAC] Hmac-Whirlpool (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool-hmac-bytes

(whirlpool-hmac-bytes x secret)
[HMAC] Hmac-Whirlpool (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool-hmac-file

(whirlpool-hmac-file x secret)
[HMAC] Hmac-Whirlpool (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool-hmac-file*

(whirlpool-hmac-file* x secret)
[HMAC] Hmac-Whirlpool (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

whirlpool-hmac-file-bytes

(whirlpool-hmac-file-bytes x secret)
[HMAC] Hmac-Whirlpool (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.

with-buffer-size

macro

(with-buffer-size n & body)
Set buffer size for stream processing.