Crates.io | tetsy-crypto |
lib.rs | tetsy-crypto |
version | 0.8.1 |
source | src |
created_at | 2021-02-18 13:12:25.911079 |
updated_at | 2021-06-08 02:42:44.450562 |
description | Crypto utils used by vapstore and network. |
homepage | |
repository | https://github.com/tetcoin/tetsy-common |
max_upload_size | |
id | 357041 |
size | 93,721 |
General cryptographic utilities for Vapory.
The 0.4 release removes the dependency on ring
and replaces it with pure rust alternatives. As a consequence of this, AES GCM support has been removed. subtle
is used for constant time equality testing and error handling is pared down to the bare minimum required.