mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-31 13:52:29 +00:00
Add crate-level doc comments with usage examples. Export additional
types for library users:
- aes: Block32 (32-bit word type)
- des: LR (Feistel round state)
|
||
|---|---|---|
| .. | ||
| block | ||
| key | ||
| constants.rs | ||
| des.rs | ||
| lib.rs | ||
| utils.rs | ||