ssbc / ssb-validate2-rsjs

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

Add method for single message validation #13

Closed mycognosist closed 3 years ago

mycognosist commented 3 years ago

Adds support for validating a single message with an optional argument for the previous message (when sequence > 1).

Major changes

Minor changes