Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Oct 20, 2024
1 parent b38259a commit fe38d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const (
PBKDF2_LOOPS = 128 // Number of iterations for PBKDF2
CHUNK_DERIVE_SALT = "___QUANTUM_PERMUTATION_PAD_SEED_DERIVE___"
CHUNK_DERIVE_LOOPS = 1024
MAGIC = 0x1A2B3C4D5E6F7890
PAD_SWITCH = 8 // switch pad for every PAD_SWITCH bytes
QUBITS = 8 // number of quantum bits of this implementation
)
Expand Down

0 comments on commit fe38d2c

Please sign in to comment.