Displaying 2 results from an estimated 2 matches for "oscca".
Did you mean:
oscc
2024 Aug 06
1
[PATCH] Add SM3 secure hash algorithm
Add OSCCA SM3 secure hash algorithm (OSCCA GM/T 0004-2012 SM3).
---
Makefile.in | 2 +-
configure.ac | 2 +-
digest-libc.c | 11 ++
digest-openssl.c | 1 +
digest.h | 3 +-
mac.c | 1 +
sm3.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++
sm3.h...
2024 Aug 07
1
[PATCH] Add SM3 secure hash algorithm
...e standardisation process started?
https://mailman3.ietf.org/mailman3/lists/ssh.ietf.org/ is a good mailing
list to start at. There have been recent conversations in the IETF about
how best to handle national cryptographic standards like SM3.
-d
On Tue, 6 Aug 2024, Tianjia Zhang wrote:
> Add OSCCA SM3 secure hash algorithm (OSCCA GM/T 0004-2012 SM3).
> ---
> Makefile.in | 2 +-
> configure.ac | 2 +-
> digest-libc.c | 11 ++
> digest-openssl.c | 1 +
> digest.h | 3 +-
> mac.c | 1 +
> sm3.c | 320 +++++++++++++++++...