Rust and WASM did-method-plc tools and structures
commits
Author
Commit
Message
Date
This fixes two bugs that were affecting did derivation and signature
generation.
- The `UnsignedOperation` and `Operation` types were not serializing
prev as `null` and were instead skipping serialization when it was
`None`.
- The DID was being calculated from the hash of the JSON encoding
instead of the CBOR encoding.
This fixes two bugs that were affecting did derivation and signature
generation.
- The `UnsignedOperation` and `Operation` types were not serializing
prev as `null` and were instead skipping serialization when it was
`None`.
- The DID was being calculated from the hash of the JSON encoding
instead of the CBOR encoding.