signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.42k stars 398 forks source link

node: Add zkgroup APIs #414

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

The first commit imports the APIs as they are in the zkgroup repo today. The second commit updates the implementation to work with libsignal-client's bridge layer. The third and fourth commit are formatting. The fifth commit fixes lint issues and is fairly trivial.