mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Crypto: Removing non-ascii characters from unit tests
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.Base64;
|
||||
* - Brainpool (e.g., brainpoolP256r1)
|
||||
* - CURVE25519 (for X25519 key agreement)
|
||||
* - ES (e.g., Ed25519 for signatures)
|
||||
* - Other fallback (e.g., secp256r1 for “OtherEllipticCurveType”)
|
||||
* - Other fallback (e.g., secp256r1 for "OtherEllipticCurveType")
|
||||
*
|
||||
* Best practices:
|
||||
* - Use ephemeral keys and a strong RNG.
|
||||
|
||||
Reference in New Issue
Block a user