add json.ml; add test.ml; timestamp jsont
This commit is contained in:
parent
04bb29b30c
commit
724a3d2b68
8 changed files with 89 additions and 22 deletions
|
|
@ -29,10 +29,6 @@
|
|||
Public and private keys are thus 32 bytes, and signatures 64 bytes.
|
||||
For hashing, including HKDFs, Taler uses 512-bit hash codes (64 bytes). *)
|
||||
|
||||
(* TODO big choice
|
||||
do we re-implement crypto
|
||||
or do we re-use secmodules with IPC on a Unix domain socket *)
|
||||
|
||||
type key =
|
||||
| Eddsa of Mirage_crypto_ec.Ed25519.(priv * pub)
|
||||
| Rsa of Mirage_crypto_pk.Rsa.(priv * pub)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue