Expand description
Implementations of Writeable and Readable for several items that we use in Tor.
These don’t need to be in a separate module, but for convenience this is where I’m putting them.
Modules§
- ctbytearray_
impls 🔒tor-llcrypto
- Implement Readable and Writeable for
CtByteArray
- curve25519_
impls 🔒tor-llcrypto
- Implement Readable and Writeable for Curve25519 types.
- digest_
impls 🔒 - Implement readable and writeable for the digest::CtOutput type.
- ed25519_
impls 🔒tor-llcrypto
- Implement
Readable
andWriteable
for Ed25519 types. - net_
impls 🔒 - Implement
Readable
andWriteable
for IPv4 and IPv6 addresses. - rsa_
impls 🔒tor-llcrypto
- Implement readable and writeable for the RsaIdentity type.
- u8_
array_ 🔒impls - Implement readable and writeable for u8 arrays.
Macros§
- impl_u 🔒
- Make Readable and Writeable implementations for a provided
unsigned type, delegating to the
read_uNN
andwrite_uNN
functions.