Crates.io | libkrypton |
lib.rs | libkrypton |
version | 0.1.2 |
source | src |
created_at | 2021-08-08 02:36:21.055378 |
updated_at | 2021-09-06 11:07:02.832092 |
description | toy crypto lib |
homepage | |
repository | https://github.com/ast-ral/libkrypton/ |
max_upload_size | |
id | 432990 |
size | 97,637 |
It's a toy cryptography library.
It should theoretically be correctly implemented and resistant against timing attacks. However, you have no assurances of it being actually secure without proper auditing. You should never use this in production for that reason.
This library implements various algorithms:
This library has #![no_std]
support if compiled with the std
default feature disabled.
In the case that you end up using this library: