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