# guomi v0.4.2 - Table of Contents

Guomi cryptographic algorithms for Elixir (SM2/SM3/SM4)

## Pages

- [Guomi](readme.md)
- [LICENSE](license.md)
- [Changelog](changelog.md)

## Modules

- [Guomi](Guomi.md): Guomi algorithms facade.

- [Guomi.CLI](Guomi.CLI.md): Command-line interface for Guomi cryptographic tools.
- [Guomi.SM2](Guomi.SM2.md): SM2 helpers built on top of OTP crypto/public_key capabilities.
- [Guomi.SM3](Guomi.SM3.md): SM3 hash helpers based on `:crypto`.

- [Guomi.SM4](Guomi.SM4.md): SM4 block cipher helpers using Erlang `:crypto`.

