Expand description
§Sequences
This module implements variable-length sequences and utility functions for it.
Seq only supports operations that are safe on secret values.
For use with public values you can use PublicSeq
.
Macros§
Structs§
- Public
Seq - Variable length byte arrays.
- Secret
Seq - Variable length byte arrays.
- Seq
- Variable length byte arrays.