oxidized-crypto 0.1.0-dev.ffe736c

Minecraft protocol cryptography — AES-128-CFB8 stream cipher, RSA-1024 keypair generation, Minecraft SHA-1 digest
Documentation
# oxidized-crypto

[![CI](https://github.com/oxidized-mc/crypto/actions/workflows/ci.yml/badge.svg)](https://github.com/oxidized-mc/crypto/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Crates.io](https://img.shields.io/crates/v/oxidized-crypto.svg)](https://crates.io/crates/oxidized-crypto)

Minecraft protocol cryptography — AES-128-CFB8 stream cipher, RSA-1024 keypair generation, Minecraft SHA-1 digest

Part of the [Oxidized MC](https://github.com/oxidized-mc) ecosystem — a Minecraft Java Edition
implementation in Rust.

## License

Licensed under the [MIT License](LICENSE).

## Contributing

Contributions are welcome! Please see the [Oxidized MC](https://github.com/oxidized-mc) organization
for project-wide guidelines.