+ Rsa_denomination_key

This commit is contained in:
swrup 2025-10-06 19:51:56 +02:00
parent aa1f64fe3e
commit 8dd5973c38
3 changed files with 74 additions and 4 deletions

View file

@ -17,6 +17,11 @@ let () =
check Timestamp.jsont {|{"t_s": "never"}|};
check_bad Timestamp.jsont {|{"t_s": "123456780"}|};
check_bad Timestamp.jsont {|{"t_s": "agagou"}|};
check Denomination_key.jsont
{|{"cipher": "RSA", "age_mask": 18, "rsa_pub": "agagouh"}|};
check Denomination_key.jsont
{|{"cipher": "CS", "age_mask": 18, "cs_pub": "ouhagag"}|};
()
let () =