Closed subes closed 1 year ago
poly1305 is a MAC: https://en.wikipedia.org/wiki/Poly1305
poly1305 added via bouncycastle
done
no need for salsa20 or xsalsa20 https://github.com/tendermint/tendermint/issues/1124
can not use ChaCha20-Poly1305 directly in JCE (combinations seems to be buggy in java), have to keep the algorithms separate to be able to use them together.
same as: https://www.wireguard.com/protocol/