Skip to content

Releases: emmansun/gmsm

v0.6.0

02 Dec 05:28

Choose a tag to compare

SM2 encryption support both C1C3C2 and C1C2C3 cipher text splicing order, and C1C3C2 is default order.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Nov 01:23
83e92c4

Choose a tag to compare

Full Changelog: v0.4.9...v0.5.0

v0.4.9

12 Oct 09:31

Choose a tag to compare

Full Changelog: v0.4.8...v0.4.9

v0.4.8: Update x509.go

29 Jun 02:46
b66f1b4

Choose a tag to compare

upgraded some golang 1.5 features/enhancements to smx509

v0.4.7

29 Apr 09:34

Choose a tag to compare

1.add rfc8998 sm4 ccm/gcm test vectors
2.refactor to use internal package, avoid sm4 depends on cipher package

v0.4.6

08 Apr 08:04

Choose a tag to compare

support xts cipher mode

v0.4.5

06 Apr 09:06

Choose a tag to compare

fix ccm bug

v0.4.4

31 Mar 04:22

Choose a tag to compare

support ccm mode

v0.4.3

24 Mar 08:30

Choose a tag to compare

fix nil message issue when sm2 encryption

v0.4.2

23 Mar 09:43

Choose a tag to compare

improve sm4 4 blocks encryption performance via reduce PINSRD instructions.