Crypto: Removing non-ascii characters from unit tests

This commit is contained in:
REDMOND\brodes
2025-10-06 09:56:14 -04:00
parent b32a6407b9
commit 606aef38cb
6 changed files with 5 additions and 21 deletions

View File

@@ -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.