Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions testing/util/deneb.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,6 @@ func ExtendBlocksPlusBlobs(t *testing.T, blks []blocks.ROBlock, size int) ([]blo
return blks, blobs
}

func DeterministicRandomness(seed int64) [32]byte {
return random.DeterministicRandomness(seed)
}

// Returns a serialized random field element in big-endian
func GetRandFieldElement(seed int64) [32]byte {
return random.GetRandFieldElement(seed)
}

// Returns a random blob using the passed seed as entropy
func GetRandBlob(seed int64) GoKZG.Blob {
return random.GetRandBlob(seed)
Expand Down