AES encryption implementation with multiple cryptographic backends.
This monorepo contains the following packages:
- @eliza-dot-aes/common - Common utilities and interfaces for all packages
- @eliza-dot-aes/sr25519-aes - AES encryption with SR25519 cryptographic backend
- @eliza-dot-aes/ed25519-aes - AES encryption with ED25519 cryptographic backend
- @eliza-dot-aes/ecdsa-aes - AES encryption with ECDSA cryptographic backend
# Install dependencies
pnpm install
# Run tests
pnpm test
# Generate coverage report
pnpm test:coverageThis project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.