Home
last modified time | relevance | path

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

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/rfc8032/
H A DEd448.java39 …private static final byte[] DOM4_PREFIX = new byte[]{ 0x53, 0x69, 0x67, 0x45, 0x64, 0x34, 0x34, 0x… field in Ed448
280 int n = DOM4_PREFIX.length; in dom4()
282 System.arraycopy(DOM4_PREFIX, 0, t, 0, n); in dom4()