-
Notifications
You must be signed in to change notification settings - Fork 10
Home
For ease of explanation we use following notations:
-
abcorabcSKis a secret component of abc key pairTechnically, under
abcwe mean a file with binary representation of abc keypair's secret key component. -
abc.puborabcPKis a public component of abc key pairTechnically, under
abc.pubwe mean a file with base64-url representation of abc keypair's public key component. -
xyz.sigis a signature of arbitrary dataxyzwith some private key (which private key -- is to be clarified in the context of usage)abc.pub.sigis signature of some public key
abc.pub.. provide
abcPK.sig, done withxyzabcPK.sigrefers to a signature ofabc.pub, produced by secret keyxyz
Also, we eventually would use abbreviates PK and SK which conform to public key and secret key respectively.
Please be noted that abcPK could always be deterministically derived from abcSK, hence when we say we hold or provide abcSK that is actually the same as we provide both components of pair.
For referring to RSCoin address, both multisig and simple, we use public component of Ed25519 key. Technically speaking, it's base64-url representation.
- System description
- Deployment