-
Notifications
You must be signed in to change notification settings - Fork 10
Home
For ease of explanation we use following notations:
-
abc
orabcSK
is a secret component of abc key pairTechnically, under
abc
we mean a file with binary representation of abc keypair's secret key component. -
abc.pub
orabcPK
is a public component of abc key pairTechnically, under
abc.pub
we mean a file with base64-url representation of abc keypair's public key component. -
xyz.sig
is a signature of arbitrary dataxyz
with some private key (which private key -- is to be clarified in the context of usage)abc.pub.sig
is signature of some public key
abc.pub
.. provide
abcPK.sig
, done withxyz
abcPK.sig
refers 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