Crate lakers_shared
source ·Expand description
Common data structures used by lakers and its dependent crates
This crate is separate from lakers to avoid circular dependencies that would otherwise arise from the pattern in which lakers-ead combined the main crate with variations of the protocol’s EAD handling. As its types will then likely move over into the main lakers crate, it is recommended to use them through the public re-export there wherever possible.
Structs§
- An owned u8 vector of a limited length
Enums§
Constants§
Traits§
- Interface between the lakers crate and any implementations of the required crypto primitives.