Module biscuit_auth::format

source ·
Expand description

token serialization/deserialization

Biscuit tokens are serialized to Protobuf. There are two levels of serialization:

  • serialization of Biscuit blocks to Protobuf then Vec<u8>
  • serialization of a wrapper structure containing serialized blocks and the signature

Modules§

  • helper functions for conversion between internal structures and Protobuf
  • Structures generated from the Protobuf schema

Structs§