[][src]Constant iop_keyvault::ed25519::SIGNATURE_VERSION1

pub const SIGNATURE_VERSION1: u8 = b'\x01';

The serialized byte representation for the current version of the signature algorithm (standard Ed25519 signature uses SHA256 internally and its output is only dependent on the private key and the message. It does not add an extra random keying that it could)