https://github.com/imerr/rustymirrorencryption
Hardware accelerated AES-GCM for Mirror
https://github.com/imerr/rustymirrorencryption
Last synced: 3 months ago
JSON representation
Hardware accelerated AES-GCM for Mirror
- Host: GitHub
- URL: https://github.com/imerr/rustymirrorencryption
- Owner: imerr
- License: mit
- Created: 2024-02-26T22:01:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T23:12:01.000Z (about 1 year ago)
- Last Synced: 2025-02-24T16:58:47.580Z (3 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RustyMirrorEncryption
A tiny native library for hardware accelerated AES-GCM encryption and decryption for the EncryptionTransport in [Mirror](https://github.com/MirrorNetworking/Mirror)Uses [RustCryptos aes_gcm crate](https://github.com/RustCrypto/AEADs/tree/master/aes-gcm) crate