mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-31 13:52:29 +00:00
Add 128-bit IV type using secret_block! macro with:
- Parsing from hex/binary/ASCII strings
- Conversions to/from Block128 for XOR operations
- Big-endian byte array conversions
16 lines
244 B
TOML
16 lines
244 B
TOML
[package]
|
|
name = "cipher-core"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
zeroize.workspace = true
|
|
|
|
[dev-dependencies]
|
|
claims.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|