Skip to content

Commit 4993304

Browse files
authored
Merge branch 'master' into patch-1
2 parents 729fd00 + 732548d commit 4993304

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/libraries/drand/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ By polling the appropriate endpoint (see below for specifics on the drand networ
2929
```json
3030
{
3131
"round": 367,
32+
"randomness": "3439d92d58e47d342131d446a3abe264396dd264717897af30525c98408c834f",
3233
"signature": "b62dd642e939191af1f9e15bef0f0b0e9562a5f570a12a231864afe468377e2a6424a92ccfc34ef1471cbd58c37c6b020cf75ce9446d2aa1252a090250b2b1441f8a2a0d22208dcc09332eaa0143c4a508be13de63978dbed273e3b9813130d5",
3334
"previous_signature": "afc545efb57f591dbdf833c339b3369f569566a93e49578db46b6586299422483b7a2d595814046e2847494b401650a0050981e716e531b6f4b620909c2bf1476fd82cf788a110becbc77e55746a7cccd47fb171e8ae2eea2a22fcc6a512486d"
3435
}
3536
```
3637

3738
Specifically, we have:
3839

40+
- `Randomness` -- SHA256 hash of the signature
3941
- `Signature` -- the threshold BLS signature on the previous signature value `Previous` and the current round number `round`.
4042
- `PreviousSignature` -- the threshold BLS signature from the previous drand round.
4143
- `Round` -- the index of Randomness in the sequence of all random values produced by this drand network.
@@ -69,7 +71,7 @@ endpoint.
6971
Thereafter, the Filecoin client can call drand's endpoints:
7072

7173
- `/public/latest` to get the latest randomness value produced by the beacon
72-
- `/public/<round>` to get the randoomness value produced by the beacon at a given round
74+
- `/public/<round>` to get the randomness value produced by the beacon at a given round
7375

7476
## Using drand in Filecoin
7577

0 commit comments

Comments
 (0)