Changeset 19 for trunk/standards/protocol.txt
- Timestamp:
- 12/15/07 20:31:45 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r14 r19 15 15 short currency identifier = OC 16 16 issuer service location = opencoin://issuer.opencent.net:8002 17 denominations = 1, 2, 5, 10, 20, 50, 100, 200, 500, 1000#list of strings seperated by commas17 denominations = strlist(1, 2, 5, 10, 20, 50, 100, 200, 500, 1000) #list of strings seperated by commas 18 18 issuer cipher suite = HASH-ALG, SIGN-ALG, BLINDING-ALG 19 19 issuer public master key = base64(pM) … … 211 211 BLANK_REJECT( list( (encrypted_serial_blank1, "Reason1"), ... ) ) 212 212 BLANK_REJECT( emptylist, "Reason") 213 214 (Todo: Add reasons)215 213 216 214 if DSDB is required (normal case):
