freeCodeCamp/curriculum/math-challenges/45-cryptography/pseudo-random-number-genera...

97 lines
1.6 KiB
JSON

{
"name": "Pseudo-random number generation",
"order": 25,
"challenges": [
{
"id": "59a5801209a6acac5983b690",
"title": "Introduction to pseudo-random number generation",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b253",
"title": "Examples of pseudo-random number generation",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b254",
"title": "Indistinguishably of probability distributions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b255",
"title": "Next bit predictors",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b256",
"title": "Blum-Blum-Shub generator",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b257",
"title": "Security of BBS generator",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b258",
"title": "Probabilistic Encryption",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}