Commit Graph

4 Commits

Author SHA1 Message Date
Luke Parker 1539076cd8 Add support for protobuf-serialization 0.2.0.
Does not break support for 0.1.0 thanks to a provided shim.
2020-07-23 20:23:29 -05:00
Luke Parker 438883dce3 Have handle take in a Payload object.
Since Payload is no longer directly parsed, meaning the message IDs 
can't be guaranteed to be set, the ID field is no longer public. A 
function has been added to calculate it on first access.
2020-07-15 05:54:36 -05:00
Luke Parker 6f0be31134 And Message ID test vectors from Go. 2020-07-15 03:41:44 -05:00
Luke Parker e9673fa208 MVDS implementation in Nim.
Still requires testing against the reference implementation, and the API 
needs discussion.
2020-07-15 03:08:09 -05:00