otp generation and encryption added with go

This commit is contained in:
lexzach
2024-08-09 14:58:37 -04:00
parent dacdf6dcd3
commit c3cb8eaf83
6 changed files with 160 additions and 0 deletions

3
Go/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module one-time-pad-utils
go 1.19