Skip to content

Commit

Permalink
Update decrypt.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 30, 2024
1 parent f967a76 commit 463fd20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/aea/decrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ type SegmentHeader struct {
Checksum [32]byte
}

type work struct {
ClusterIndex uint32
Data []byte
}

func decryptCTR(ciphertext, key, iv []byte) ([]byte, error) {
block, err := aes.NewCipher(key)
if err != nil {
Expand Down

0 comments on commit 463fd20

Please sign in to comment.