Results 6 comments of Ben Luk

Hi @Foxboron, It seems that Huawei laptop's TPM already implemented SM2. ``` $ tpm2_getcap ecc-curves TPM2_ECC_NIST_P256: 0x3 TPM2_ECC_NIST_P384: 0x4 TPM2_ECC_BN_P256: 0x10 TPM2_ECC_SM2_P256: 0x20 ```

Hi @huoju111, have you succeeded create SM2 and SM4 key? no luck for this TPMT_PUBLIC ``` const inPublicECC = new TPMT_PUBLIC( TPM_ALG_ID.SM3_256, TPMA_OBJECT.userWithAuth | TPMA_OBJECT.restricted | TPMA_OBJECT.sign | TPMA_OBJECT.encrypt| TPMA_OBJECT.fixedTPM...

Hi @gowdamanil, have you succussed building tpm2-tools for windows?