blsGenerateG2Key property
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();