https://github.com/automata-network/crypto-rs
https://github.com/automata-network/crypto-rs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/automata-network/crypto-rs
- Owner: automata-network
- License: apache-2.0
- Created: 2023-08-22T10:14:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:23:33.000Z (about 1 year ago)
- Last Synced: 2025-05-16T05:09:39.900Z (5 days ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Crypto Library
[](LICENSE)
a cryptography library for Rust that is tailored to support both standard (std) and customized (tstd) environments. With a comprehensive suite of cryptographic tools and algorithms, crypto enables secure and robust handling of encryption, hashing, and more.
## Features
Random Number Generator: Secure and efficient generation of random numbers and cryptographic keys.
* **AES-128**
* **secp256k1**
* **secp256r1**
* **SHA-1**
* **SHA-256**
* **sr25519**## Unified Interface for std/tstd
crypto provides a unified interface that allows developers to write code compatible with both std and tstd environments, offering flexibility and cross-platform support.