feat: add functions for x25519 agent

This commit is contained in:
2024-04-22 15:06:03 +02:00
parent 35a2e4d002
commit b5b9e0319b
4 changed files with 40 additions and 19 deletions

View File

@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
libc = "0.2.153"
shared_memory_heap = { path = "../shared_memory_heap" }
shared_memory_heap = { git = "https://gitea.rixxc.de/rixxc/shared_memory_heap.git" }