The spki::SignatureBitStringEncoding trait specifies how to encode a signature as an ASN.1 DER BIT STRING type, which is needed for e.g. inclusion in X.509 certificates.
The ed25519::Signature type does not currently impl this trait.
cc @baloo @juliusl
The
spki::SignatureBitStringEncodingtrait specifies how to encode a signature as an ASN.1 DERBIT STRINGtype, which is needed for e.g. inclusion in X.509 certificates.The
ed25519::Signaturetype does not currently impl this trait.cc @baloo @juliusl