aes256ctr_poly1305aes 0.2.1

Pure Rust implementation of the AES256CTR-Poly1305AES Authenticated Encryption with optional architecture-specific hardware acceleration.
Documentation
{
    "lineWidth": 80,
    "markdown": {
        "lineWidth": 80,
        "emphasisKind": "asterisks",
        "strongKind": "asterisks",
        "textWrap": "always"
    },
    "toml": {
        "lineWidth": 80
    },
    "json": {
        "lineWidth": 80,
        "indentWidth": 4
    },
    "includes": [
        "**/*.{md}",
        "**/*.{toml}",
        "**/*.{json}"
    ],
    "excludes": [
        "target/**/*",
        "CHANGELOG.md"
    ],
    "plugins": [
        "https://plugins.dprint.dev/markdown-0.16.3.wasm",
        "https://plugins.dprint.dev/toml-0.5.4.wasm",
        "https://plugins.dprint.dev/json-0.19.1.wasm"
    ]
}