crypto/des: error in comment #41398
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, in the master-branch.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I found a comment error in
src/crypto/des/block.go
in line 130:// block is now b1 b3 b5 b7 b0 b2 b4 b7, the permutation:
What did you expect to see?
I think it should be :
// block is now b1 b3 b5 b7 b0 b2 b4 b6, the permutation:
the last byte may should be "b6" instead of "b7"
The text was updated successfully, but these errors were encountered: