Get the raw bytes of the identity ID.
(&self)
| 59 | |
| 60 | /// Get the raw bytes of the identity ID. |
| 61 | pub fn as_bytes(&self) -> &[u8; 32] { |
| 62 | &self.0 |
| 63 | } |
| 64 | |
| 65 | /// Encode the identity ID as base32. |
| 66 | pub fn to_base32(&self) -> String { |
no outgoing calls
no test coverage detected