Skip to content

Commit

Permalink
fix VDF bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjubjub2494 committed Nov 19, 2024
1 parent 6dbbcc1 commit 9fefecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-ethereum/f3b/vdf.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (e *VDF) ShareSecret(label []byte) (seed, encKey []byte, err error) {
}

const lBytes = 32
const πBytes = 512
const πBytes = 256

func (e *VDF) RevealSecret(label, encKey []byte) (reveal []byte, err error) {
n := new(big.Int).SetBytes(encKey)
Expand Down

0 comments on commit 9fefecc

Please sign in to comment.