yeeth / BeaconChain.swift

Swift implementation of Ethereum 2.0 beacon chain
https://yeeth.github.io/BeaconChain.swift/
MIT License
43 stars 4 forks source link

Implement Helper Functions #9

Open ec2 opened 5 years ago

ec2 commented 5 years ago
decanus commented 5 years ago

Shuffle should be implemented in a separate file, with a protocol that defines shuffle() function, so we can easily switch out if it is determined to change as noted in the spec.