1.1.1 • Published 2 months ago

@dfinity/bls-verify v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@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-verify

To 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 months ago

1.1.0

2 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.21.4

4 months ago

0.21.3

4 months ago

0.21.2

4 months ago

0.21.1

4 months ago

0.20.1

6 months ago

0.20.0

6 months ago

0.19.0

9 months ago

0.18.1

10 months ago

0.19.1

9 months ago

0.19.2

9 months ago

0.19.3

8 months ago

0.16.0

11 months ago

0.17.0

10 months ago

0.18.0

10 months ago

0.20.0-beta.0

6 months ago

0.20.2

6 months ago

0.15.6

1 year ago

0.15.7

11 months ago

0.15.5

1 year ago

0.15.4

1 year ago

0.15.2

1 year ago

0.15.3

1 year ago

0.15.0

1 year ago

0.15.1

1 year ago

0.14.0

2 years ago

0.14.1

2 years ago

0.13.3

2 years ago