mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Update DIPs regarding use of BLS12-381-reversed (#25)
* Update bls_signature_scheme.md with BLS12-381-reversed * Update DIP3/DIP4 to use BLS operator keys * Update DIP5 to use BLS keys for user keys Also add the "Size" column to all serialization specs to align with other DIPs. * Update BLS primitives serialization size in DIP6/7 * DIP3 - Correct PubKeyOperator type * DIP4 - Correct PubKeyOperator type * Remove trailing e from integere
This commit is contained in:
parent
b1b56aaefd
commit
52aee60048
6 changed files with 60 additions and 63 deletions
|
@ -83,7 +83,7 @@ A SML entry consists of the following fields:
|
|||
| proRegTxHash | uint256 | 32 | The hash of the ProRegTx that identifies the masternode |
|
||||
| ipAddress | byte[] | 16 | IPv6 address in network byte order. Only IPv4 mapped addresses are allowed (to be extended in the future) |
|
||||
| port | uint_16 | 2 | Port (network byte order) |
|
||||
| keyIDOperator | CKeyID | 20 | The operators public key hash |
|
||||
| pubKeyOperator | BLSPubKey | 48 | The operators public key |
|
||||
| keyIDVoting | CKeyID | 20 | The public key hash used for voting. |
|
||||
| isValid | bool | 1 | True if a masternode is not PoSe-banned |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue