Aere Network public source. Everything here can be checked against the live chain (chain id 2800, https://rpc.aere.network). Scope note, stated up front rather than buried: consensus on chain 2800 is classical secp256k1 ECDSA QBFT. The post-quantum work in this repository is at the signature, precompile, account and transport layers. Nothing here makes the consensus post-quantum, and no document in it should be read as claiming so.
106 lines
1.8 KiB
JSON
106 lines
1.8 KiB
JSON
{
|
|
"precompile": "Falcon HashToPoint (SHAKE256 rejection sampler)",
|
|
"address": "0x0000000000000000000000000000000000000ae7",
|
|
"oracle": "python hashlib.shake_256 (FIPS 202), independent of Bouncy Castle",
|
|
"passed": 12,
|
|
"failed": 0,
|
|
"total": 12,
|
|
"results": [
|
|
{
|
|
"tcId": "0",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "1",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "2",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "3",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "4",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "5",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "6",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "7",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 53,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "8",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 0,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "9",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 3,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "10",
|
|
"logn": 9,
|
|
"n": 512,
|
|
"nonceLen": 40,
|
|
"msgLen": 43,
|
|
"status": "PASS"
|
|
},
|
|
{
|
|
"tcId": "11",
|
|
"logn": 10,
|
|
"n": 1024,
|
|
"nonceLen": 40,
|
|
"msgLen": 28,
|
|
"status": "PASS"
|
|
}
|
|
]
|
|
} |