Prepare for REALITY protocol

This commit is contained in:
RPRX
2023-01-29 14:32:27 +00:00
committed by GitHub
parent c3c05667a5
commit fb7fc93023
21 changed files with 415 additions and 36 deletions
+8
View File
@@ -0,0 +1,8 @@
module reality
go 1.19
require (
golang.org/x/crypto v0.5.0
golang.org/x/sys v0.4.0
)