ssbc / ssb-validate2-rsjs

Cryptographic validation of Scuttlebutt messages in the form of bindings (Rust) for Node.js.
3 stars 0 forks source link

Clarify msg object shape and return types #29

Closed mycognosist closed 3 years ago

mycognosist commented 3 years ago

Addresses https://github.com/ssb-ngi-pointer/ssb-validate2-rsjs/issues/24 by updating the documentation wording and examples (clarify that messages are expected as message value objects).

Also addresses https://github.com/ssb-ngi-pointer/ssb-validate2-rsjs/issues/26 by documenting the changes to -node and -wasm which have added support for message value and now return keys for successfully validated message values.