Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automata-network/crypto-rs
https://github.com/automata-network/crypto-rs
Last synced: 8 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T08:48:53.000Z (7 months ago)
- Last Synced: 2024-04-22T10:03:58.379Z (7 months ago)
- Language: Rust
- Size: 18.6 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](https://img.shields.io/badge/license-Apache2-green.svg)](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.