Skip to content

Commit 6760022

Browse files
committed
chore(common): rollback single signature encoding to JSON hex
The binary encoding will be activated in a future distribution.
1 parent 9d9e963 commit 6760022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-common/src/crypto_helper/types/wrappers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ pub type ProtocolMkProof = ProtocolKey<MKMapProof<BlockRange>>;
3131

3232
impl_codec_and_type_conversions_for_protocol_key!(
3333
json_hex_codec => AggregateSignature<D>, ed25519_dalek::VerifyingKey, ed25519_dalek::SigningKey, AggregateVerificationKey<D>,
34-
MKProof, VerificationKeyProofOfPossession, Sum6KesSig, OpCert
34+
MKProof, VerificationKeyProofOfPossession, Sum6KesSig, OpCert, SingleSignature
3535
);
3636

3737
impl_codec_and_type_conversions_for_protocol_key!(
38-
bytes_hex_codec => SingleSignature, ed25519_dalek::Signature
38+
bytes_hex_codec => ed25519_dalek::Signature
3939
);

0 commit comments

Comments
 (0)