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