Skip to content

Commit 54bb58b

Browse files
committed
chore: split out type definition
1 parent ee823d2 commit 54bb58b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/decryption/types.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)