pub const AUTHORITY_NAME_LENGTH: usize = 96;Expand description
Authority name is a raw bytes identity for an authority, matching AuthorityName
on the Sui side. It is only used for identity sanity checks and not for cryptographic
verification. The bytes originate from the authority’s BLS12381 public key.