Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread ()
于 2017/10/11 下午3:15, Pádraig Brady 写道: On 10/10/17 23:58, 张佳(乾越) wrote: Hi, This is the review request for SM3 hash algorithm. SM3 hash algorithm is already accepted and supported by TPM 2.0 spec. See page 284 in TPM 2.0 spec part 1 (https://trustedcomputinggroup.org/wp-content/uploads/TPM

[PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread ()
Hi, This is the review request for SM3 hash algorithm. SM3 hash algorithm is already accepted and supported by TPM 2.0 spec. See page 284 in TPM 2.0 spec part 1 (https://trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-1-Ar chitecture-01.38.pdf) Currently, I only implement SM3 in gnu

Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread ()
于 2017/10/11 下午5:13, Bruno Haible 写道: 张佳(乾越) wrote: Currently, I only implement SM3 in gnulib. I will implement it in libgcrypt and openssl later. Yes, for a crypto algorjthm to be widely usable in GNU, it needs to be available both in GNUTLS (via libgcrypt) and openssl. Pádraig Brady