# Functions
DepositDataFromKeys generates a list of deposit data items from a set of BLS validator keys.
DeterministicallyGenerateKeys creates BLS private keys using a fixed curve order according to the algorithm specified in the Eth2.0-Specs interop mock start section found here: https://github.com/ethereum/eth2.0-pm/blob/a085c9870f3956d6228ed2a40cd37f0c6580ecd7/interop/mocked_start/README.md.
GenerateDepositsFromData a list of deposit items by creating proofs for each of them from a sparse Merkle trie.
GenerateGenesisState deterministically given a genesis time and number of validators.