Home
last modified time | relevance | path

Searched refs:PRECOMP_MASK (Results 1 – 2 of 2) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/rfc8032/
H A DEd448.java76 private static final int PRECOMP_MASK = PRECOMP_POINTS - 1; field in Ed448
1251 int abs = (w ^ -sign) & PRECOMP_MASK; in scalarMultBase()
H A DEd25519.java74 private static final int PRECOMP_MASK = PRECOMP_POINTS - 1; field in Ed25519
1234 int abs = (w ^ -sign) & PRECOMP_MASK; in scalarMultBase()