react-native-mcl

module
v0.0.0-...-a4754aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2022 License: MIT

README

react-native-mcl

React Native MCL

Installation

npm install react-native-mcl

Usage

import * as mcl from "react-native-mcl";


mcl.init.then(() => {
    let g1 = new mcl.G1();
    g1.deserialize(new Uint8Array([
      0xc0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
      0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
      0,
    ]));
    let fr = new mcl.Fr();
    fr.deserialize(new Uint8Array([
      2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
      0, 0, 0, 0, 0, 0, 0, 0,
    ]))

    const result = mcl.mul(g1, fr);
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Directories

Path Synopsis
cpp
bls/ffi/go
cd bls make minimised_static
cd bls make minimised_static

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL