[package] name = "stinkage" description = """ (S)TREAM-ing (Tink)-alike (A)ES-(G)CM (E)ncryption: segmented, seekable, streaming authenticated encryption using an HMAC + AES-GCM + STREAM construction as implemented by the Google Tink encryption library (created by Daniel Bleichenbacher et al). """ version = "0.0.1" license = "Apache-2.0" authors = ["Tony Arcieri "] homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["aes", "cryptography", "encryption", "security", "streaming"] [badges] circle-ci = { repository = "iqlusioninc/crates" } [dependencies] ring = "0.13"