1.1.1 • Published 2 years ago
@dfinity/bls-verify v1.1.1
@dfinity/bls-verify
Package wrapping the @noble/bls-12-381 pure JS BLS verification implementation for use in agent-js. This is useful in contexts like React Native, where wasm implementations of BLS verification are not supported.
Visit the Dfinity Forum and SDK Documentation for more information and support building on the Internet Computer.
Additional API Documentation can be found here.
Installation
Using Principal:
npm i --save @dfinity/bls-verifyTo use in your application
import { blsVerify } from '@dfinity/bls-verify';
import { createActor, canisterId } from '../declarations/example';
const exampleActor = createActor(canisterId, {
actorOptions: {
blsVerify,
},
});1.1.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.21.4
2 years ago
0.21.3
2 years ago
0.21.2
2 years ago
0.21.1
2 years ago
0.20.1
2 years ago
0.20.0
2 years ago
0.19.0
2 years ago
0.18.1
2 years ago
0.19.1
2 years ago
0.19.2
2 years ago
0.19.3
2 years ago
0.19.3-react-native
2 years ago
0.16.0
2 years ago
0.17.0
2 years ago
0.18.0
2 years ago
0.20.0-beta.0
2 years ago
0.20.2
2 years ago
0.15.6
3 years ago
0.15.7
2 years ago
0.15.5
3 years ago
0.15.4
3 years ago
0.15.2
3 years ago
0.15.3
3 years ago
0.15.0
3 years ago
0.15.1
3 years ago
0.14.0
3 years ago
0.14.1
3 years ago
0.13.3
3 years ago