Skip to content

Commit fef50a5

Browse files
committed
VRF input update
1 parent 3d1b5f2 commit fef50a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

specification_template.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212

1313
### VRF input
1414

15-
VRF input is an ArkTranscript. See ArkTranscript
15+
Procedure to map arbitrary user input to a point follows the `hash_to_curve`
16+
procedure described by RFC9380.
17+
18+
Suite_ID: "bandersnatch_XMD:SHA-512_ELL2_RO_"
19+
20+
See [ArkTranscript](TODO) for details.
1621

1722
#### From transcript to point
1823

1924
You need to call challenge and add b"vrf-input" to it. getting random byte (some hash?)
2025
then hash to curve it.
2126

22-
2327
## DELQ VRF
2428

2529
### Preliminaries

0 commit comments

Comments
 (0)