pub type Signature = Signature<SIGNATURE_LEN, EcdsaBls377Tag>;
(ECDSA,BLS12-377) signature pair.
struct Signature(pub [u8; 177], _);
0: [u8; 177]