Skip to content

Conversation

@sashaodessa
Copy link

Description

  • Removed two unused wrapper functions in testing/util/deneb.go:
    • DeterministicRandomness(seed int64) [32]byte
    • GetRandFieldElement(seed int64) [32]byte
  • These wrappers duplicated crypto/random without adding logic and were not referenced anywhere.

Why

  • Reduce duplicated API surface and cognitive overhead by keeping a single source of truth (crypto/random).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant