| 44 | /// the full public key. |
| 45 | #[derive(Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)] |
| 46 | pub struct IdentityId([u8; 32]); |
| 47 | |
| 48 | impl IdentityId { |
| 49 | /// Create an identity ID from a public key. |
no outgoing calls
no test coverage detected