freeCodeCamp/curriculum/math-challenges/45-cryptography/elliptic-curves.json

71 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "Elliptic curves",
"order": 21,
"challenges": [
{
"id": "59a5801209a6acac5983b686",
"title": "Elliptic curves over the reals",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b232",
"title": "Elliptic curves modulo a prime",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b233",
"title": "Properties of elliptic curves",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b234",
"title": "Point compression and ECIES",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b235",
"title": "Computing point multiples on elliptic curves",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}