pub type Public = Public<PUBLIC_KEY_LEN, EcdsaBls377Tag>;
(ECDSA,BLS12-377) public key pair.
struct Public(pub [u8; 177], _);
0: [u8; 177]