hyperledger fabric MSP idemix 和 x509(TCert ECert) 有什么区别?
hyperledger fabric what's the difference between MSP idemix and x509(TCert ECert)?
我在 fabric-ca 文档上看到了 ECert 和 TCert,还有一个 link 其中有 described
Overall flow is actually very similar to how TCert was done before, except that the client are not issued x.509 certificates, but instead idmixer credentials.
那么,除了 x509 和 idemix 之外,我可以将其视为相同的东西吗?
有什么区别? idemix 是如何做到隐蔽的事情而 ECert/TCert 做不到的?他们都有一个会员证书,当它要签名时,他们将有另一个来自 ca.
的证书
如果你能分享你知道的任何东西,非常感谢!
Idemix使用零知识证明,帮助用户更高效的隐藏身份。 Hyperledger Fabric 有一个关于这个的文档。你可以找到它 here。
我在 fabric-ca 文档上看到了 ECert 和 TCert,还有一个 link 其中有 described
Overall flow is actually very similar to how TCert was done before, except that the client are not issued x.509 certificates, but instead idmixer credentials.
那么,除了 x509 和 idemix 之外,我可以将其视为相同的东西吗?
有什么区别? idemix 是如何做到隐蔽的事情而 ECert/TCert 做不到的?他们都有一个会员证书,当它要签名时,他们将有另一个来自 ca.
的证书如果你能分享你知道的任何东西,非常感谢!
Idemix使用零知识证明,帮助用户更高效的隐藏身份。 Hyperledger Fabric 有一个关于这个的文档。你可以找到它 here。