Show
Ignore:
Timestamp:
12/15/07 20:31:45 (4 years ago)
Author:
ocmathew
Message:

Add protocol-details.txt, giving definations of primitives, functions, and containers allowing a human-readable format which can be encoded and giving single-line functions.
Update protocol.txt and protocol-containers.txt to use the new functions and formats
Update protocol-containers.txt to allow RepeatableExtraNames?
Fix spelling mistakes and extra accidental characters from messages/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/protocol.txt

    r14 r19  
    1515     short currency identifier    = OC  
    1616     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 commas 
     17     denominations                = strlist(1, 2, 5, 10, 20, 50, 100, 200, 500, 1000)  #list of strings seperated by commas 
    1818     issuer cipher suite          = HASH-ALG, SIGN-ALG, BLINDING-ALG 
    1919     issuer public master key     = base64(pM) 
     
    211211      BLANK_REJECT( list( (encrypted_serial_blank1, "Reason1"), ... ) ) 
    212212      BLANK_REJECT( emptylist, "Reason") 
    213  
    214   (Todo: Add reasons) 
    215213 
    216214if DSDB is required (normal case):