[crypto] Decide on the right serializations of multisig #9994
Closed
Description
- Some externally used types like
CompressedSignature
andPublicKey
depend on the Rust enum's serialization while others likeSignatureScheme
depend on specific byte represented flags. pub enum PublicKey
exposes fastcrypto's internal types.
We should decide if the above is ok and make sure that the TS libraries & documentation are consistent with that.
Metadata
Assignees
Labels
No labels