forked from lolo859/vystem
Vystem 0.2
This commit is contained in:
18
docs/boottools/commoncrypto.md
Normal file
18
docs/boottools/commoncrypto.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Common crypto docs
|
||||
|
||||
## Introduction
|
||||
|
||||
The `commoncrypto` library is responsible for providing all cryptographic functions necessary to `keygen`, `initfsgen` and later VyBuild
|
||||
|
||||
## Detailled informations
|
||||
|
||||
Folder: `Blastproof/commoncrypto`
|
||||
|
||||
It's build using VyBuild, as both a static and shared library. The provided build file doesn't allow yet for the library to be build outside of Vystem build process.
|
||||
|
||||
The `-Ofast -march=native` is used on every source file, to make it faster in every use case.
|
||||
|
||||
The library include the following external cryptographic library:
|
||||
- SPHINCS+, made by the SPHINCS+ team, sourced from [sphincs/sphincsplus](https://github.com/sphincs/sphincsplus), under the MIT-0 license
|
||||
- tiny_sha3, made by mjosaarinen, sourced from [mjosaarinen/tiny_sha3](https://github.com/mjosaarinen/tiny_sha3), under the MIT license
|
||||
- Argon2, made by the Argon2 team, sourced from [P-H-C/phc-winner-argon2](https://github.com/P-H-C/phc-winner-argon2), under the CC0-1.0 license
|
||||
Reference in New Issue
Block a user