SamProtas / hs-triplesec

TripleSec is a simple, triple-paranoid, symmetric encryption library
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Triplesec v4 Support #14

Open heronhaye opened 5 years ago

heronhaye commented 5 years ago

Hi, We've released version 4 of Triplesec, detailed at https://keybase.io/triplesec. Only differences are dropping the Twofish phase and switching from Keccak to the SHA3 standard. If you like, you can add support for encrypting and decrypting v4 ciphertexts to your library. Let me know if you have any questions about the spec.

SamProtas commented 5 years ago

Thanks for the heads up. I'll take a look.