Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Goodin <[email protected]>
  • Loading branch information
qmuntal and dagood committed Jan 16, 2024
1 parent 6370fa8 commit 34b6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cng/dsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// As of FIPS 186-4 the maximum Q size is 32 bytes.
//
// See also: cbGroupSize at
// https://docs.microsoft.com/en-us/windows/desktop/api/bcrypt/ns-bcrypt-_bcrypt_dsa_key_blob_v2
// https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/ns-bcrypt-bcrypt_dsa_key_blob_v2
const maxGroupSize = 32

// crypto/dsa doesn't support passing the seed around, but CNG expects it.
Expand Down

0 comments on commit 34b6940

Please sign in to comment.