derecalliance / cryptography

cryptography primitives (secret sharing, secure channel) for implementing the DeRec protocol
Apache License 2.0
6 stars 0 forks source link

Jni #6

Closed rsinha closed 1 year ago

rsinha commented 1 year ago

JNI bindings for calling the rust methods for verifiable secret sharing. Note that this does not yet implement error handling, so there is an assertion failure if invalid arguments are provided or if recovery fails (e.g. due to insufficient number of shares).

Closes #2