-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
27 lines (24 loc) · 1.22 KB
/
Copy pathNOTICE
File metadata and controls
27 lines (24 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
gm / gm-kms — Third-Party Components and Attribution
=====================================================
This project incorporates code derived from, or wraps, the following
third-party works. Their original licenses are compatible with the
MIT OR Apache-2.0 dual license used here and are preserved.
SM9 (crate: gm-sm9-rs)
----------------------
The SM9 implementation in `gm-sm9-rs` is a Rust port derived from GmSSL.
- Project : GmSSL (https://github.com/guanzhi/GmSSL)
- License : Apache License, Version 2.0
(https://www.apache.org/licenses/LICENSE-2.0)
- Copyright: Copyright 2014-2022 The GmSSL Project.
Licensed under the Apache License, Version 2.0.
The GmSSL copyright notice and license text are reproduced in LICENSE-APACHE
and must be retained in all distributions of this project.
SM2 / SM3 / SM4 (crate: gm-crypto)
----------------------------------
The SM2, SM3, and SM4 algorithm implementations in `gm-crypto` are thin
wrappers around the following community Rust crates, not independent
reimplementations:
- sm2 (crates.io) — MIT OR Apache-2.0
- sm3 (crates.io) — MIT OR Apache-2.0
- sm4 (crates.io) — MIT OR Apache-2.0
We acknowledge and thank their respective authors.