blsGenerateG2Key property

BlsGenerateG2Key blsGenerateG2Key
latefinal

Generates a BLS G2 keypair.

This function links to the native bls_generate_g2_key function.

Implementation

late final BlsGenerateG2Key blsGenerateG2Key = _lib
    .lookup<NativeFunction<BlsGenerateG2KeyNative>>('bls_generate_g2_key')
    .asFunction();