pub type BlsEngine = TinyBLS<Bls12<Config>, Config>;
struct BlsEngine(pub Bls12<Config>, _);
0: Bls12<Config>