Skip to main content

Standard curve database

Search

brainpoolP160t1

160-bit prime field Weierstrass curve.
y2x3+ax+by^2 \equiv x^3 + ax + b

Parameters

NameValue
p0xe95e4a5f737059dc60dfc7ad95b3d8139515620f
a0xe95e4a5f737059dc60dfc7ad95b3d8139515620c
b0x7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380
G(0xb199b13b9b34efc1397e64baeb05acc265ff2378, 0xadd6718b7c7c1961f0991b842443772152c9e0ad)
n0xe95e4a5f737059dc60df5991d45029409e60fc09
h0x1

Sources

  • RFC 5639

Characteristics

  • OID:
    1.3.36.3.3.2.8.1.1.2
  • j-invariant:
    387367055434500543477184371239969891945180101787
  • Trace of Frobenius:
    519972310379544251229703
  • Discriminant:
    101000112507510591754853229447574388964119053944
  • Anomalous:
    false
  • Supersingular:
    false
  • Embedding degree:
    444099199480014958275695012943393788070980856152
  • CM-discriminant:
    -4645380339943745084523443872838008326722778443
  • Conductor:
    33

SAGE

p = 0xe95e4a5f737059dc60dfc7ad95b3d8139515620f
K = GF(p)
a = K(0xe95e4a5f737059dc60dfc7ad95b3d8139515620c)
b = K(0x7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380)
E = EllipticCurve(K, (a, b))
G = E(0xb199b13b9b34efc1397e64baeb05acc265ff2378, 0xadd6718b7c7c1961f0991b842443772152c9e0ad)
E.set_order(0xe95e4a5f737059dc60df5991d45029409e60fc09 * 0x1)

PARI/GP

p = 0xe95e4a5f737059dc60dfc7ad95b3d8139515620f
a = Mod(0xe95e4a5f737059dc60dfc7ad95b3d8139515620c, p)
b = Mod(0x7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380, p)
E = ellinit([a, b])
E[16][1] = 0xe95e4a5f737059dc60df5991d45029409e60fc09 * 0x1
G = [Mod(0xb199b13b9b34efc1397e64baeb05acc265ff2378, p), Mod(0xadd6718b7c7c1961f0991b842443772152c9e0ad, p)]

JSON

{
"name": "brainpoolP160t1",
"desc": "",
"oid": "1.3.36.3.3.2.8.1.1.2",
"sources": [
{
"name": "RFC 5639",
"url": "https://datatracker.ietf.org/doc/html/rfc5639"
}
],
"form": "Weierstrass",
"field": {
"type": "Prime",
"p": "0xe95e4a5f737059dc60dfc7ad95b3d8139515620f",
"bits": 160
},
"params": {
"a": {
"raw": "0xe95e4a5f737059dc60dfc7ad95b3d8139515620c"
},
"b": {
"raw": "0x7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380"
}
},
"generator": {
"x": {
"raw": "0xb199b13b9b34efc1397e64baeb05acc265ff2378"
},
"y": {
"raw": "0xadd6718b7c7c1961f0991b842443772152c9e0ad"
}
},
"order": "0xe95e4a5f737059dc60df5991d45029409e60fc09",
"cofactor": "0x1",
"characteristics": {
"discriminant": "101000112507510591754853229447574388964119053944",
"j_invariant": "387367055434500543477184371239969891945180101787",
"trace_of_frobenius": "519972310379544251229703",
"embedding_degree": "444099199480014958275695012943393788070980856152",
"anomalous": false,
"supersingular": false,
"cm_disc": "-4645380339943745084523443872838008326722778443",
"conductor": "33"
}
}

© 2020-2025 Jan Jancar | Built with Dox theme for Gatsby