mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
This commit is contained in:
parent
6beeb8471c
commit
4cec141a90
298 changed files with 2650 additions and 3262 deletions
|
@ -158,7 +158,7 @@ public interface IntegerModuloP {
|
|||
default ImmutableIntegerModuloP multiplicativeInverse() {
|
||||
// This method is used in 2 cases:
|
||||
// 1. To calculate the inverse of a number in ECDSAOperations,
|
||||
// this number must be non zero (modulo p).
|
||||
// this number must be non-zero (modulo p).
|
||||
// 2. To flatten a 3D point to a 2D AffinePoint. This number
|
||||
// might be zero (infinity). However, since the infinity
|
||||
// is represented as (0, 0) in 2D, it's OK returning 0 as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue