Implementing Signal's Double Ratchet algorithm (2020)

(nfil.dev)

Comments

lisper 1 hour ago
An implementation of the double ratchet in Javascript:

https://github.com/rongarret/ratchet-js

based on an earlier implementation I did in Common Lisp:

https://github.com/rongarret/tweetnacl/blob/master/ratchet.l...