| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| internal | 2023-03-31 | ||
| twofish.h | 2023-03-31 | 768 Bytes | |
| xts.h | 2023-03-31 | 1.0 kB | |
| sm3_base.h | 2023-03-31 | 2.7 kB | |
| sm4.h | 2023-03-31 | 1.3 kB | |
| streebog.h | 2023-03-31 | 986 Bytes | |
| sm2.h | 2023-03-31 | 774 Bytes | |
| sm3.h | 2023-03-31 | 1.7 kB | |
| skcipher.h | 2023-03-31 | 21.1 kB | |
| sha2.h | 2023-03-31 | 4.0 kB | |
| sha3.h | 2023-03-31 | 913 Bytes | |
| sha256_base.h | 2023-03-31 | 2.7 kB | |
| sha512_base.h | 2023-03-31 | 3.4 kB | |
| sha1.h | 2023-03-31 | 1.3 kB | |
| sha1_base.h | 2023-03-31 | 2.6 kB | |
| scatterwalk.h | 2023-03-31 | 2.9 kB | |
| serpent.h | 2023-03-31 | 724 Bytes | |
| public_key.h | 2023-03-31 | 2.5 kB | |
| rng.h | 2023-03-31 | 7.0 kB | |
| poly1305.h | 2023-03-31 | 2.6 kB | |
| polyval.h | 2023-03-31 | 467 Bytes | |
| pcrypt.h | 2023-03-31 | 860 Bytes | |
| pkcs7.h | 2023-03-31 | 1.2 kB | |
| null.h | 2023-03-31 | 361 Bytes | |
| padlock.h | 2023-03-31 | 462 Bytes | |
| md5.h | 2023-03-31 | 522 Bytes | |
| nhpoly1305.h | 2023-03-31 | 2.3 kB | |
| kpp.h | 2023-03-31 | 10.6 kB | |
| if_alg.h | 2023-03-31 | 6.9 kB | |
| kdf_sp800108.h | 2023-03-31 | 2.2 kB | |
| hash_info.h | 2023-03-31 | 1.0 kB | |
| hmac.h | 2023-03-31 | 181 Bytes | |
| ghash.h | 2023-03-31 | 412 Bytes | |
| hash.h | 2023-03-31 | 35.9 kB | |
| engine.h | 2023-03-31 | 4.6 kB | |
| gcm.h | 2023-03-31 | 1.6 kB | |
| gf128mul.h | 2023-03-31 | 9.9 kB | |
| ecdh.h | 2023-03-31 | 2.6 kB | |
| drbg.h | 2023-03-31 | 9.5 kB | |
| ecc_curve.h | 2023-03-31 | 1.4 kB | |
| des.h | 2023-03-31 | 1.8 kB | |
| dh.h | 2023-03-31 | 3.2 kB | |
| ctr.h | 2023-03-31 | 1.5 kB | |
| curve25519.h | 2023-03-31 | 2.1 kB | |
| chacha20poly1305.h | 2023-03-31 | 1.7 kB | |
| cryptd.h | 2023-03-31 | 2.1 kB | |
| cast_common.h | 2023-03-31 | 242 Bytes | |
| chacha.h | 2023-03-31 | 3.5 kB | |
| cast5.h | 2023-03-31 | 614 Bytes | |
| cast6.h | 2023-03-31 | 631 Bytes | |
| blake2s.h | 2023-03-31 | 2.8 kB | |
| blowfish.h | 2023-03-31 | 439 Bytes | |
| b128ops.h | 2023-03-31 | 2.6 kB | |
| blake2b.h | 2023-03-31 | 1.7 kB | |
| aria.h | 2023-03-31 | 17.6 kB | |
| authenc.h | 2023-03-31 | 667 Bytes | |
| algapi.h | 2023-03-31 | 8.8 kB | |
| arc4.h | 2023-03-31 | 507 Bytes | |
| aes.h | 2023-03-31 | 2.7 kB | |
| akcipher.h | 2023-03-31 | 13.6 kB | |
| acompress.h | 2023-03-31 | 9.4 kB | |
| aead.h | 2023-03-31 | 19.5 kB | |
| Totals: 62 Items | 251.7 kB | 0 | |
Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.
FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.
The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).
Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.
All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).