Finschia / ostracon

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

Remove `r2ishiguro` #620

Closed zemyblue closed 1 year ago

zemyblue commented 1 year ago

Summary

Remove r2ishiguro library and use libsodium as default.

Problem Definition

We use r2ishiguro for easy to develop, but the binary for product should be use libsodium. The r2ishiguro and libsodium are not compatibility. So, we can make mistake when develop and build it for product binary.

Proposal


For Admin Use