byte order note

This commit is contained in:
Alfredo Garcia 2021-05-06 19:20:58 -03:00 committed by Deirdre Connolly
parent 400e6d3d48
commit ef3f066627
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@ Each message struct needs to serialize to bytes representation before it is sent
This will require deriving serde in several types defined in `frost.rs`.
Manual implementation of serialization/deserialization will be located at a new mod `src/frost/serialize.rs`.
### Byte order
Each byte chunk specified below is in little-endian order unless is specified otherwise.
### Header
The `Header` part of the message is 4 bytes total: