pub type Pair = Pair<TinyBLS<Bls12<Config>, Config>>;
BLS12-381 key pair.
struct Pair(/* private fields */);