Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/katzenpost/doubleratchet

fork of double ratchet from agl's pond
https://github.com/katzenpost/doubleratchet

Add .gitlab-ci.yml

386a3403dc366a6b82b2e1d2b7b22c4e13b53610 authored over 5 years ago by Masala <[email protected]>
Switch to Go modules

e4e621f4afe428d712061a4c3469daa9148b1d7b authored over 5 years ago by Masala <[email protected]>
Fix Readme formating

f64f3658b07627b222456cf13e44cdb0d43bb1c4 authored over 5 years ago by David Stainton <[email protected]>
Add const DoubleRatchetOverhead

d77916f2c01cd96dde88070924af08ff2b90bbb4 authored over 5 years ago by David Stainton <[email protected]>
Use struct types for key exchanges instead of cbor bytes

77580e31d8c724749c672c4c180abbe5a63e9626 authored over 5 years ago by David Stainton <[email protected]>
Add a basic readme file for this

6c5eb61d0d861288ff70c8cd2ebff96eb3e9fe0e authored over 5 years ago by David Stainton <[email protected]>
Add methods to create and process signed key exchange blobs

94990f417a4be8059dca0438605e9da63292797d authored over 5 years ago by David Stainton <[email protected]>
Ratchet takes ownership of all keys

also add helper methods on the Ratchet type to
facilitate key exchanges

18892b6a589758c24700ff94a2e035461fc781c7 authored over 5 years ago by David Stainton <[email protected]>
Add CBOR encoding/decoding

2fa81d7e0c3fcb88084851196f04c5d25a59fcc3 authored over 5 years ago by David Stainton <[email protected]>
Fix unit test

d192838e3d3123e3f97963714f2c32c3a2f86dc3 authored over 5 years ago by David Stainton <[email protected]>
Remove v2 parameter. Only use the new better ratchet

2892c057a50a2ff3ec9bed3b94c7a10db4cf2935 authored over 5 years ago by David Stainton <[email protected]>
Add agl's axolotl ratchet

these files copied directly from agl's pond github repository

9008ff6264ead1f4da0c0725fa015eed2f177fb5 authored over 5 years ago by David Stainton <[email protected]>