Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70
stars
28
forks
source link
chore: fix inconsistent comment for dividePoint() #769
Description
// dividePoint computes x÷(MaxUint64+1)×y without overflow for uint64. ...