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).
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