Get ed25519 dkim signature working
This commit is contained in:
parent
9af8f29b48
commit
fabaf54549
10 changed files with 894 additions and 17 deletions
13
rust/program/ed25519-helper/Cargo.toml
Normal file
13
rust/program/ed25519-helper/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "ed25519-helper"
|
||||
edition = "2024"
|
||||
version = "1.0.0"
|
||||
metadata.crane.name = "ed25519-helper"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
common = { path = "../../lib/common" }
|
||||
log = { workspace = true }
|
||||
libsodium-rs = { workspace = true }
|
||||
hakari = { version = "0.1", path = "../../lib/hakari" }
|
Loading…
Add table
Add a link
Reference in a new issue