New multiplatform libs just dropped: - `endians` ...
# multiplatform
m
New multiplatform libs just dropped: •
endians
(Utils for converting
Int
,
Short
,
Long
to and from
BigEndian
and
LittleEndian
) •
sponges
(
keccak-p
permutations and State for
keccak-f[200/400/800/1600]
) •
hash-sha3
(`Digest`s for
SHA3-*
,
Keccak-*
,
SHAKE128
,
SHAKE256
,
CSHAKE128
,
CSHAKE256
algorithms) •
hmac-sha3
(`Mac`s for
HmacSHA3-*
,
HmacKeccak-*
algorithms) https://github.com/KotlinCrypto
metal 1
K 11