Changeset 34 for trunk/standards/protocol.txt
- Timestamp:
- 01/07/08 05:24:40 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r32 r34 29 29 * issuer publishes CDD at "currency identifier" URL 30 30 31 * mint (regularily) creates keypairs (p ,s) for all denominations and id(p).31 * mint (regularily) creates keypairs (pP,sP) for all denominations and id(p). 32 32 Master key holder generates keys certificate 33 33 34 34 { 35 key identifier = base64(id(p ))35 key identifier = base64(id(pP)) 36 36 currency identifier = http://opencent.net/OpenCent 37 37 denomination = denomination … … 39 39 key_not_after = TIME(...) 40 40 coin_not_after = TIME(...) 41 public key = base64(p )41 public key = base64(pP) 42 42 43 43 issuer = Hash(pM) … … 51 51 * CDD? 52 52 53 * issuer creates DSDB keypair (p ,s)53 * issuer creates DSDB keypair (pD,sD) 54 54 55 55 { 56 key identifier = base64(id(p ))56 key identifier = base64(id(pD)) 57 57 not_before = TIME(...) 58 58 not_after = TIME(...) 59 public key = base64(p) 59 cipher = ENCRYPTION-ALG 60 public key = base64(pD) 60 61 61 62 issuer = Hash(pM)
