Skip to content
Snippets Groups Projects
Commit c82894c6 authored by Moul's avatar Moul
Browse files

Merge pull request #285 from Sylvain303/master

typos small reformat.
parents bc271c0c 068d237b
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,7 @@ A self-revocation is just *a signature* over a complete self-certification flavo ...@@ -177,6 +177,7 @@ A self-revocation is just *a signature* over a complete self-certification flavo
Where: Where:
* `CERTIFIER_SIGNATURE` is the signature of the *certifier*. * `CERTIFIER_SIGNATURE` is the signature of the *certifier*.
##### Example ##### Example
If we have the following complete self-certification: If we have the following complete self-certification:
...@@ -224,7 +225,7 @@ Certification may exists under *inline format* which describes the certification ...@@ -224,7 +225,7 @@ Certification may exists under *inline format* which describes the certification
PUBKEY_FROM:PUBKEY_TO:BLOCK_NUMBER:SIGNATURE PUBKEY_FROM:PUBKEY_TO:BLOCK_NUMBER:SIGNATURE
Where Where:
* `PUBKEY_FROM` is the certification public key * `PUBKEY_FROM` is the certification public key
* `PUBKEY_TO` is the public key whose identity is being certified * `PUBKEY_TO` is the public key whose identity is being certified
...@@ -232,6 +233,7 @@ Where ...@@ -232,6 +233,7 @@ Where
* `SIGNATURE` is the certification signature * `SIGNATURE` is the certification signature
> Note: BLOCK_HASH is not required in the inline format, since this format aims at being used in the context of a blockchain, where hash can be deduced. > Note: BLOCK_HASH is not required in the inline format, since this format aims at being used in the context of a blockchain, where hash can be deduced.
##### Example ##### Example
If we have the following complete self-certification: If we have the following complete self-certification:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment