[][src]Type Definition rust_ipv8::crypto::signature::Ed25519PublicKey

type Ed25519PublicKey = [u8; 32];

Type representing a public key. Just a 32 byte array under the hood.