Skip to content

Commit

Permalink
chore: split out type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 12, 2024
1 parent ee823d2 commit 54bb58b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/decryption/types.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package decryption

type DecryptionResult struct {
KeySize int
Key []byte
DecryptedData string
}

0 comments on commit 54bb58b

Please sign in to comment.