Skip to content

Commit

Permalink
fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jul 17, 2024
1 parent 217f5b2 commit e10aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type QuantumPermutationPad struct {
pads []byte // Encryption pads, each pad is a permutation matrix for encryption
rpads []byte // Decryption pads, each pad is a reverse permutation matrix for decryption
padsPtr uintptr // raw pointer to encryption pads
rpadsPtr uintptr // raw pointer to encryption pads
rpadsPtr uintptr // raw pointer to decryption pads

numPads uint16 // Number of pads (permutation matrices)
encRand *Rand // Default random source for encryption pad selection
Expand Down

0 comments on commit e10aba2

Please sign in to comment.