var searchIndex = {}; searchIndex["blake2_rfc"] = {"doc":"A pure Rust implementation of BLAKE2 based on the draft RFC.","items":[[5,"selftest","blake2_rfc","Runs the self-test for both BLAKE2b and BLAKE2s.",null,{"inputs":[],"output":null}],[0,"blake2b","","The BLAKE2b hash function.",null,null],[3,"Blake2bResult","blake2_rfc::blake2b","Container for a hash result.",null,null],[3,"Blake2b","","State context.",null,null],[5,"blake2b","","Convenience function for all-in-one computation.",null,null],[5,"selftest","","Runs the self-test for this hash function.",null,{"inputs":[],"output":null}],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"as_bytes","","Returns the contained hash result as a byte string.",0,null],[11,"len","","Returns the length of the hash result.",0,null],[11,"as_ref","","",0,null],[11,"eq","","",0,null],[11,"eq","","",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"new","","Creates a new hashing context without a key.",1,{"inputs":[{"name":"usize"}],"output":{"name":"self"}}],[11,"with_key","","Creates a new hashing context with a key.",1,null],[11,"update","","Updates the hashing context with more data.",1,null],[11,"finalize","","Consumes the hashing context and returns the resulting hash.",1,null],[11,"write","","",1,null],[11,"flush","","",1,null],[0,"blake2s","blake2_rfc","The BLAKE2s hash function.",null,null],[3,"Blake2sResult","blake2_rfc::blake2s","Container for a hash result.",null,null],[3,"Blake2s","","State context.",null,null],[5,"blake2s","","Convenience function for all-in-one computation.",null,null],[5,"selftest","","Runs the self-test for this hash function.",null,{"inputs":[],"output":null}],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"as_bytes","","Returns the contained hash result as a byte string.",2,null],[11,"len","","Returns the length of the hash result.",2,null],[11,"as_ref","","",2,null],[11,"eq","","",2,null],[11,"eq","","",2,null],[11,"fmt","","",3,null],[11,"clone","","",3,null],[11,"new","","Creates a new hashing context without a key.",3,{"inputs":[{"name":"usize"}],"output":{"name":"self"}}],[11,"with_key","","Creates a new hashing context with a key.",3,null],[11,"update","","Updates the hashing context with more data.",3,null],[11,"finalize","","Consumes the hashing context and returns the resulting hash.",3,null],[11,"write","","",3,null],[11,"flush","","",3,null]],"paths":[[3,"Blake2bResult"],[3,"Blake2b"],[3,"Blake2sResult"],[3,"Blake2s"]]}; initSearch(searchIndex);