00:15:58 why does monero's tests/crypto/tests.txt contain several hash_to_scalar x 4a078e76cd41a3d3b534b83dc6f2ea2de500b653ca82273b7bfad8045d85a400 entries? 00:16:10 these are invalid encodings (data arg is hex) 00:16:18 also there's several of them 00:17:03 https://raw.githubusercontent.com/monero-project/monero/refs/heads/master/tests/crypto/tests.txt 01:33:08 that monero random generator used for random32_unbiased is quite fun to add :') 01:33:33 but now check_scalar, hash_to_scalar, random_scalar, secret_key_to_public_key, generate_keys, generate_signature, derive_secret_key tests also pass on my code 01:36:01 only missing tests are generate_ring_signature, check_ring_signature, check_ge_p3_identity (I have no use for this so it's not in code)