EntEthAlliance / enhanced-bft

a workspace for developing improvements to BFT consensus
Other
8 stars 3 forks source link

Cryptographic Assumptions #16

Closed saltiniroberto closed 5 years ago

saltiniroberto commented 5 years ago

The Keccak hash function is assumed to be collision-resistant.

The standard Ethereum ECDSA signing algorithm is assumed to guarantee uniqueness and unforgeability.

drequinox commented 5 years ago

This is OK

chaals commented 5 years ago

Isn't the requirement here that we have reliable signatures based on cryptography?

kubasiemion commented 5 years ago

Agreed to be closed - global assumptions PR pending