Knowledge Base
Elliptic-Curve Parameter
A

BLS12-455

Summary

Name:
BLS12-455
Long Name:
BLS12-455 elliptic curve (455-bit prime field)
Key size:
455 bits
Publishers:

Check your host!

Type a URL to analyze a service

Get a prompt and clear overview of your security configuration. Right now!

Security

A+
Key Size
Security

The elliptic-curve cryptography[118][119][120][121] is an approach to public-key cryptography[164][165][166] based on the elliptic curve[116][117]s. The most important property in terms of encryption strength, beyond the designer is elliptic curve key size[292][293][294]. All the key sizes available are considered secure, so there is no consideration about it.

A+
Trusted Design
Security

The elliptic-curve cryptography[118][119][120][121] is an approach to public-key cryptography[164][165][166] based on the elliptic curve[116][117]s. Note that there is controversy[287][288][289][290][291] around some of the National Institute of Standards and Technology[470][471] designed elliptic curveselliptic curves designed by NIST[285][286]. This elliptic curve designed by independent researcher[284] Daniel J. Bernstein[476][477] and there is no evidence for any compromise.

Recommendations

Add at least one elliptic curve to the list of elliptic curves supported by your server designed by independent researchers and prefer them as server configuration makes it possible.

A
Post-Quantum
Security

The elliptic curve[116][117] cryptography provides no protection against a cryptanalytic attack by a quantum computer, and no classical elliptic curve does — just as classical Diffie-Hellman does not — because a quantum computer breaks the hardness assumption they rely on. Only a hybrid key exchange (a classical algorithm combined with a post-quantum cryptography[158][159] one) or a pure post-quantum algorithm is quantum-safe.

Recommendations

Enable a hybrid key exchange or a pure post-quantum algorithm on your server, and prefer it where the configuration allows, so the connection stays secure against a future quantum computer.

Parameter Numbers

Prime (p)
0x55555955557955572aa00e0f95b49203003f665e3a5b1d56234bd93954fcb314b8b3db9994ace86d1ba6c589556b2aa956aaa00001800002ab
Copy to clipboard
Coefficient (a)
0x0
Copy to clipboard
Coefficient (b)
0xa
Copy to clipboard
Generator (x)
0x3018df4c2336d178e6ea61540353aba01923e3890b3295848906dfc90e0c43008e4751ffc913dc1ff3df33d11db57bada7a9297195acfb2fa
Copy to clipboard
Generator (y)
0x19a8a9c4c3ac2ffb4c6b380d17b8282e029615052eaa6416c16c8f36f251d87c272657f0702cc58c4e072628d7bad3c0e9b3a8aebfc6b2357c
Copy to clipboard
Order (n)
0x10000080000380002e0000f10004f00025e000750001d1000a00000400001c00007ffffc00001
Copy to clipboard
Cofactor (h)
0x555556aaaab15555b54aab6a9557ffaabffaab
Copy to clipboard

Representations

PEM

-----BEGIN EC PARAMETERS-----
MIIBdAIBATBEBgcqhkjOPQEBAjlVVVlVVXlVVyqgDg+VtJIDAD9mXjpbHVYjS9k5
VPyzFLiz25mUrOhtG6bFiVVrKqlWqqAAAYAAAqswdgQ5AAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDkAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAoEcwQDAY30wjNtF45uphVANTq6AZI+OJCzKVhIkG38kODEMAjkdR/8kT3B
/z3zPRHbV7raepKXGVrPsvoZqKnEw6wv+0xrOA0XuCguApYVBS6qZBbBbI828lHY
fCcmV/BwLMWMTgcmKNe608Dps6iuv8ayNXwCJwEAAAgAADgAAuAADxAATwACXgAH
UAAdEACgAABAAAHAAAf//8AAAQITVVVWqqqxVVW1SqtqlVf/qr/6qw==
-----END EC PARAMETERS-----
Download ecparam.pem
Copy to clipboard

PARI/GP

p = 0x55555955557955572aa00e0f95b49203003f665e3a5b1d56234bd93954fcb314b8b3db9994ace86d1ba6c589556b2aa956aaa00001800002ab;
a = 0x0;
b = 0xa;
E = ellinit([a, b], p);
G = [0x3018df4c2336d178e6ea61540353aba01923e3890b3295848906dfc90e0c43008e4751ffc913dc1ff3df33d11db57bada7a9297195acfb2fa, 0x19a8a9c4c3ac2ffb4c6b380d17b8282e029615052eaa6416c16c8f36f251d87c272657f0702cc58c4e072628d7bad3c0e9b3a8aebfc6b2357c];
n = 0x10000080000380002e0000f10004f00025e000750001d1000a00000400001c00007ffffc00001;
h = 0x555556aaaab15555b54aab6a9557ffaabffaab;
Copy to clipboard

LaTeX

$\begin{aligned}
y^2 &\equiv x^3 + a x + b \pmod{p} \\
p &= 0x55555955557955572aa00e0f95b49203003f665e3a5b1d56234bd93954fcb314b8b3db9994ace86d1ba6c589556b2aa956aaa00001800002ab \\
a &= 0x0 \\
b &= 0xa \\
G &= (0x3018df4c2336d178e6ea61540353aba01923e3890b3295848906dfc90e0c43008e4751ffc913dc1ff3df33d11db57bada7a9297195acfb2fa, 0x19a8a9c4c3ac2ffb4c6b380d17b8282e029615052eaa6416c16c8f36f251d87c272657f0702cc58c4e072628d7bad3c0e9b3a8aebfc6b2357c) \\
n &= 0x10000080000380002e0000f10004f00025e000750001d1000a00000400001c00007ffffc00001 \\
h &= 0x555556aaaab15555b54aab6a9557ffaabffaab
\end{aligned}$
Copy to clipboard