mirror of
https://github.com/golang/go
synced 2024-11-18 04:04:49 -07:00
crypto/des: fix a typo in the comment for permuteFinalBlock #56969
The comment copy pasted from the permuteInitialBlock and should be fixed.
This commit is contained in:
parent
53c480077a
commit
7662df772e
@ -182,7 +182,7 @@ func permuteInitialBlock(block uint64) uint64 {
|
||||
return block
|
||||
}
|
||||
|
||||
// permuteInitialBlock is equivalent to the permutation defined
|
||||
// permuteFinalBlock is equivalent to the permutation defined
|
||||
// by finalPermutation.
|
||||
func permuteFinalBlock(block uint64) uint64 {
|
||||
// Perform the same bit exchanges as permuteInitialBlock
|
||||
|
Loading…
Reference in New Issue
Block a user