var searchIndex = {}; searchIndex["textnonce"] = {"doc":"","items":[[3,"TextNonce","textnonce","A nonce is a cryptographic concept of an arbitrary number that is never used more than once.",null,null],[12,"0","","",0,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"new","","Generate a new `TextNonce` with 16 characters of time and 16 characters of\nrandomness",0,{"inputs":[],"output":{"name":"textnonce"}}],[11,"sized","","Generate a new `TextNonce`. `length` must be at least 16, and divisible by 4.\nThe first 16 characters come from the time component, and all characters\nafter that will be random.",0,{"inputs":[{"name":"usize"}],"output":{"name":"result"}}],[11,"sized_urlsafe","","Generate a new `TextNonce` using the UrlSafe variant of base64 (using '_' and '-')\n`length` must be at least 16, and divisible by 4. The first 16 characters come\nfrom the time component, and all characters after that will be random.",0,{"inputs":[{"name":"usize"}],"output":{"name":"result"}}],[11,"sized_configured","","Generate a new `TextNonce` specifying the Base64 configuration to use.\n`length` must be at least 16, and divisible by 4. The first 16 characters come\nfrom the time component, and all characters after that will be random.",0,{"inputs":[{"name":"usize"},{"name":"config"}],"output":{"name":"result"}}],[11,"into_string","","",0,null],[11,"fmt","","",0,null],[11,"deref","","",0,null]],"paths":[[3,"TextNonce"]]}; initSearch(searchIndex);