Initial encryption/decryption via ChaCha20-Poly1305

This commit is contained in:
2025-05-03 17:13:09 -04:00
parent 9b106e8147
commit 84bd8c3a42
5 changed files with 117 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ require github.com/rwinkhart/peercred-mini v0.0.0-20250407033241-c09add2eceea
require (
github.com/Microsoft/go-winio v0.6.2
golang.org/x/crypto v0.37.0
golang.org/x/sys v0.32.0
)