Skip to content

Commit

Permalink
VRF input update
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Mar 27, 2024
1 parent 3d1b5f2 commit fef50a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions specification_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@

### VRF input

VRF input is an ArkTranscript. See ArkTranscript
Procedure to map arbitrary user input to a point follows the `hash_to_curve`
procedure described by RFC9380.

Suite_ID: "bandersnatch_XMD:SHA-512_ELL2_RO_"

See [ArkTranscript](TODO) for details.

#### From transcript to point

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


## DELQ VRF

### Preliminaries
Expand Down

0 comments on commit fef50a5

Please sign in to comment.