package bls12-381-unix

  1. Overview
  2. Docs

Module Signature.PopSource

Sourcetype proof = Bytes.t
Sourceval sign : Blst_bindings.Types.blst_scalar_t Ctypes_static.ptr -> bytes -> bytes
Sourceval verify : bytes -> bytes -> bytes -> bool Blst_stubs.return
Sourceval pop_prove : Blst_bindings.Types.blst_scalar_t Ctypes_static.ptr -> bytes
Sourceval pop_verify : bytes -> bytes -> bool Blst_stubs.return
Sourceval aggregate_verify : (bytes * bytes) list -> bytes -> bytes -> bool