We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee823d2 commit 54bb58bCopy full SHA for 54bb58b
pkg/decryption/types.go
@@ -0,0 +1,7 @@
1
+package decryption
2
+
3
+type DecryptionResult struct {
4
+ KeySize int
5
+ Key []byte
6
+ DecryptedData string
7
+}
0 commit comments