var searchIndex = {}; searchIndex["chacha20_poly1305_aead"] = {"doc":"A pure Rust implementation of the ChaCha20-Poly1305 AEAD from RFC 7539.","items":[[4,"DecryptError","chacha20_poly1305_aead","Error returned from the `decrypt` function.",null,null],[13,"TagMismatch","","The calculated Poly1305 tag did not match the given tag.",0,null],[13,"IoError","","There was an error writing the output.",0,null],[5,"decrypt","","Verifies the authentication tag and decrypts a byte slice.",null,null],[5,"encrypt","","Encrypts a byte slice and returns the authentication tag.",null,null],[5,"encrypt_read","","Encrypts bytes from a reader and returns the authentication tag.",null,null],[5,"selftest","","Runs the self-test for ChaCha20, Poly1305, and the AEAD.",null,{"inputs":[],"output":null}],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"cause","","",0,null],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"self"}}]],"paths":[[4,"DecryptError"]]}; initSearch(searchIndex);