derecalliance / cryptography

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

Jni #6

Closed rsinha closed 8 months ago

rsinha commented 8 months 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