crockford base32: remove padding
This commit is contained in:
parent
d9b71e24cd
commit
6af4f57d20
167 changed files with 17484 additions and 5 deletions
|
|
@ -1,18 +0,0 @@
|
|||
open Crypto
|
||||
|
||||
type t = {
|
||||
pub: rsa_pub;
|
||||
value: Amount.t;
|
||||
stamp_start: Timestamp.t;
|
||||
stamp_expire_withdraw: Timestamp.t;
|
||||
stamp_expire_deposit: Timestamp.t;
|
||||
stamp_expire_legal: Timestamp.t;
|
||||
fee_withdraw: Amount.t;
|
||||
fee_deposit: Amount.t;
|
||||
fee_refresh: Amount.t;
|
||||
fee_refund: Amount.t;
|
||||
age_mask: int;
|
||||
h_pub: denomination_hash;
|
||||
master_sig: Signatures.DenominationKeyValidity.t option;
|
||||
revoked_sig: Signatures.MasterDenominationKeyRevocation.t option;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue