alastria / alastriaID-truffle-contracts

Alastria ID truffle Smart Contracts
MIT License
2 stars 5 forks source link

Update AlastriaPublicKeyRegistry.sol to work with publicKey hashes #59

Closed rober12 closed 3 months ago

rober12 commented 1 year ago

Update of the publicKeyRegistry to make the functions work with the hashes (keccak256) of the public keys instead of the public keys in the clear (bytes32)

For example,

However, reviewing the whole implementation of the smart contract.