alastria / alastriaID-truffle-contracts

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

Update AlastriaIdentityManager.sol so that the create AlastriaID call is made with the hash of the public key #60

Closed rober12 closed 1 year ago

rober12 commented 1 year ago

Review the createAlastriaID function that is currently being passed memory addPublicKeyCallData bytes and probably need to make a new function that passes as parameter the hash of the public key instead of the public key in clear.

The code can be viewed at the following link

rober12 commented 1 year ago

After a working meeting with the core team it has been determined that this function does not require changes as addPublicKeyCallData is the low level data and not the hash of the public key itself.