pandect.algo.siphash48
Siphash-4-8 algorithm implementation
(requires `org.bouncycastle/bcprov-jdk15on` to be on the classpath)
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`.