Open johngray-dev opened 2 weeks ago
It has been suggested that we remove the ASN.1 in the signature, public and private key encodings. This will make composite signatures easier to use in other protocols.
something like:
pk = pk1 || pk2 sk = sk1 || sk2
Composite signature value = sig1 || sig2
No ASN1 anywhere.
So version -04 will be another breaking change.
It has been suggested that we remove the ASN.1 in the signature, public and private key encodings. This will make composite signatures easier to use in other protocols.
something like:
pk = pk1 || pk2 sk = sk1 || sk2
Composite signature value = sig1 || sig2
No ASN1 anywhere.
So version -04 will be another breaking change.