A wrapper library for (some) cryptographic functions.
 
 
 
 
 
 
Go to file
Jens Finkhaeuser de06e4aab9
ci/woodpecker/push/woodpecker Pipeline was successful Details
Merge branch 'maintenance'
2023-05-08 11:37:19 +02:00
changelog.d Add changelog snippet 2023-05-08 11:33:03 +02:00
docs Add towncrier template 2022-06-02 18:32:58 +02:00
include Add ability to extract key 'bits', which in the case of ED/EC means 2022-12-02 10:13:02 +01:00
lib For compatibility with OpenSSL 1.x, need to use the macro alias here 2023-05-08 11:31:42 +02:00
scripts Add executable flags again 2023-05-03 11:09:03 +02:00
subprojects Bump dependencies 2023-05-08 11:31:54 +02:00
test Read/write of raw keys works, and is tested also under valgrind 2022-12-02 14:13:18 +01:00
.appveyor.yml Force fallback for OpenSSL 2022-11-29 17:59:04 +01:00
.appveyor_account.yml Add appveyor scripts 2022-05-02 13:20:43 +02:00
.bumpversion.cfg Have bump2version tool 2022-10-13 14:12:01 +02:00
.gitignore Ignore conan files we don't need 2022-10-13 11:44:42 +02:00
.oclint More boilerplate, and some minimal headers and test code 2022-03-08 08:25:54 +01:00
.semgrepignore Update copyright notice; there was an error 2022-06-09 14:50:41 +02:00
.woodpecker.yml Need to switch partial off, it seems 2023-05-04 09:04:25 +02:00
AUTHORS Add codemeta from repocheck 2022-07-25 12:38:39 +02:00
CHANGES Changelog 2022-10-13 14:29:20 +02:00
CODE_OF_CONDUCT.md Boilerplate 2022-03-07 15:23:53 +01:00
CONTRIBUTING.md Update copyright notice; there was an error 2022-06-09 14:50:41 +02:00
DCO.txt Add missing DCO 2022-06-02 18:57:05 +02:00
LICENSE Fix typo in LICENSE 2022-07-25 12:38:57 +02:00
Pipfile WIP 2023-05-03 11:07:32 +02:00
Pipfile.lock WIP 2023-05-03 11:07:32 +02:00
README.md Add build badges 2022-05-12 17:46:29 +02:00
build-config.h.in Older versions of OpenSSL don't necessarily have SHA3 2022-11-29 14:10:30 +01:00
codemeta.json Add codemeta from repocheck 2022-07-25 12:38:39 +02:00
conandata.yml Fix conan metadata 2022-10-13 14:40:02 +02:00
conanfile.py WIP 2023-05-03 11:07:32 +02:00
meson.build If we're falling back to the OpenSSL subproject, we should just assume SHA3 exists (that's what we determine with the OpenSSL version) 2022-11-29 15:27:50 +01:00
meson_options.txt Disable building extras 2022-10-13 12:17:51 +02:00
towncrier.toml Update some docs, boilerplate for copyright change 2022-06-02 18:32:19 +02:00

README.md

S3kr1t

status-badge Build status

A wrapper library for (some) cryptographic functions. Shh!

The TL;DR is this: some crypto libraries offer interchangeable functions. Some offer very different functions. It's best that not every interpeer project needs to deal with this, so we're just going to provide small wrapper functions for everything we're actually going to use.

And that's it.