gmsm

module
v0.15.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: MIT

README

GM-Standards SM2/SM3/SM4/SM9/ZUC for Go

Travis (.org) Github CI codecov Go Report Card Documentation GitHub go.mod Go version (branch) Release

Packages

  • SM2 - This is a SM2 sm2p256v1 implementation whose performance is similar like golang native NIST P256 under amd64 and arm64, for implementation detail, please refer SM2实现细节. It supports ShangMi sm2 digital signature, public key encryption algorithm and also key exchange.

  • SM3 - This is also a SM3 implementation whose performance is similar like golang native SHA 256 with SIMD under amd64, for implementation detail, please refer SM3性能优化. It also provides A64 cryptographic instructions SM3 POC without test.

  • SM4 - For SM4 implementation, SIMD & AES-NI are used under amd64 and arm64, for detail please refer SM4性能优化, it supports CBC/CFB/OFB/CTR/GCM/CCM/XTS modes. It also provides A64 cryptographic instructions SM4 POC without test.

  • SM9 - For SM9 implementation, please reference sm9/bn256 README.md.

  • ZUC - For ZUC implementation, SIMD, AES-NI and CLMUL are used under amd64 and arm64, for detail please refer Efficient Software Implementations of ZUC

  • CIPHER - CCM/XTS cipher modes.

  • SMX509 - a fork of golang X509 that supports ShangMi.

  • PKCS8 - a fork of youmark/pkcs8 that supports ShangMi.

  • ECDH - a similar implementation of golang ECDH that supports SM2 ECDH & SM2MQV without usage of big.Int, a replacement of SM2 key exchange. For detail, pleaes refer is my code constant time?

  • DRBG - Random Number Generation Using Deterministic Random Bit Generators, for detail, please reference NIST Special Publication 800-90A and GM/T 0105-2021: CTR-DRBG using derivation function and HASH-DRBG. NIST related implementations are tested with part of NIST provided test vectors. You can also use randomness tool to check the generated random bits.

Disclaimer

Please read disclaimer carefully!

Directories

Path Synopsis
Package ecdh implements Elliptic Curve Diffie-Hellman / SM2-MQV over SM2 curve.
Package ecdh implements Elliptic Curve Diffie-Hellman / SM2-MQV over SM2 curve.
internal
godebug
Package godebug parses the GODEBUG environment variable.
Package godebug parses the GODEBUG environment variable.
randutil
Package randutil contains internal randomness utilities for various crypto packages.
Package randutil contains internal randomness utilities for various crypto packages.
sm2ec
Package sm2ec implements the SM2 Prime elliptic curves.
Package sm2ec implements the SM2 Prime elliptic curves.
Package padding handle padding octets at the trailing end
Package padding handle padding octets at the trailing end
Package pkcs8 implements functions to parse and convert private keys in PKCS#8 format, as defined in RFC5208 and RFC5958
Package pkcs8 implements functions to parse and convert private keys in PKCS#8 format, as defined in RFC5208 and RFC5958
sm2
Package sm2 handle shangmi sm2 digital signature and public key encryption algorithm and its curve implementation
Package sm2 handle shangmi sm2 digital signature and public key encryption algorithm and its curve implementation
Package sm3 handle shangmi sm3 hash algorithm
Package sm3 handle shangmi sm3 hash algorithm
Package sm4 handle shangmi sm4 symmetric encryption algorithm
Package sm4 handle shangmi sm4 symmetric encryption algorithm
sm9
Package sm9 handle shangmi sm9 algorithm and its curves and pairing implementation
Package sm9 handle shangmi sm9 algorithm and its curves and pairing implementation
Package smx509 parses X.509-encoded keys and certificates include SM2/SM3 support.
Package smx509 parses X.509-encoded keys and certificates include SM2/SM3 support.
Package zuc handle shangmi zuc stream cipher.
Package zuc handle shangmi zuc stream cipher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL