{"id":59878,"library":"aws-lc-rs","title":"AWS-LC-RS","description":"aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.","status":"active","version":"1.17.0","language":"rust","source_language":null,"source_url":"https://github.com/aws/aws-lc-rs","tags":["crypto","aws","encryption","security"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\naws-lc-rs = \"1.17.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add aws-lc-rs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Aad","correct":"use aws_lc_rs::aead::Aad;"}],"quickstart":{"code":"use aws_lc_rs::aead::{Aad, LessSafeKey, UnboundKey, AES_256_GCM};\n\nfn main() -> Result<(), aws_lc_rs::error::Unspecified> {\n    let key = UnboundKey::new(&AES_256_GCM, &[0u8; 32])?;\n    let sealing_key = LessSafeKey::new(key);\n    let aad = Aad::empty();\n    println!(\"Key created\");\n    Ok(())\n}","lang":"rust","description":"Create an AES-256-GCM key for encryption."},"warnings":[{"fix":"Check the documentation for exact API differences and adjust usage accordingly.","message":"API is not fully compatible with ring; some functions may differ.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'api':27 'api-compat':26 'aw':2,6,15,37 'aws-lc':14 'aws-lc-r':1,5 'compat':28 'crypto':36 'cryptograph':11,19 'encrypt':38 'lc':3,7,16 'librari':12,22,33 'name':34 'oper':20 'popular':31 'ring':35 'rs':4,8 'rust':32 'secur':39 'strive':23 'use':13","created_at":"2026-06-16T17:19:51.018109+00:00","updated_at":"2026-06-16T17:19:51.018109+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/aws/aws-lc-rs","github":"https://github.com/aws/aws-lc-rs","docs":"https://docs.rs/aws-lc-rs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}