iden3 / go-iden3-core

Go core implementation of the iden3 system
https://docs.iden3.io
Apache License 2.0
90 stars 33 forks source link

add DID type flag for iden3 core identities #428

Closed vmidyllic closed 1 year ago

vmidyllic commented 1 year ago

add flag type for iden3 did method, network, network id.

All identifiers created from DID iden3 method will have the same binary part in the first byte of a flag. The second part of the first byte is an identifier of the blockchain network. The second byte is a binary representation of a network-specific identifier

vmidyllic commented 1 year ago

@demonsh , @OBrezhniev do not merge this PR until further notice.