Wrapper for React Native around ffi-bbs-signatures. It matches the interface from the BBS Signatures library so it can be used with the JSON-LD Signatures BBS library.
This library uses the new TurboModule for increased performance. React Native >=66
is required for this library to work.
- Create key pair (bls12381g1, bls12381g2)
- Convert bls to bbs key (bls12381g1, bls12381g2)
- Sign with keypair (bls12381g2)
- Derive zero knowledge proofs with selective disclosure of attributes
- Verify signature
This library matches the public API of bbs-signatures but still misses some minor functionality.
To use this library in your React Native project run the following command:
yarn add @animo-id/react-native-bbs-signatures
On iOS you still need to run pod install --project-directory=ios
in the root of your project to setup the native dependencies.
Since autolinking can handle everything on the Android side, no additional steps are required.
If you want to add functionality to this library please make sure to run the tests in the cpp/tests
folder with your added functionality add run the React Native tests inside the example/
app.
- MATTR for providing ffi-bbs-signatures and bbs-signatures
- For providing ffi-bbs-signatures
- And bbs-signatures
This work was created as a joint effort between Northern Block, Animo Solutions and the Ontario government, on behalf of the Ontario government.