freeCodeCamp/curriculum/math-challenges/45-cryptography/algorithms-for-the-discrete...

58 lines
984 B
JSON

{
"name": "Algorithms for the discrete logarithm problem",
"order": 18,
"challenges": [
{
"id": "59a5801209a6acac5983b683",
"title": "Shank's algorithm",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b226",
"title": "Pollard Rho discrete logarithm algorithm",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b227",
"title": "Pohlig-Hellman algorithm",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b228",
"title": "Index Calculus method",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}