mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
This commit is contained in:
parent
c8a6e5b18d
commit
aecc08ac3a
2 changed files with 9 additions and 8 deletions
|
@ -130,9 +130,6 @@ library/exceptions,,:err,err.object[err.start:err.end]
|
|||
library/functions,,:step,a[start:stop:step]
|
||||
library/functions,,:stop,"a[start:stop, i]"
|
||||
library/functions,,:stop,a[start:stop:step]
|
||||
library/hashlib,,:vatrogasac,>>> cookie = b'user:vatrogasac'
|
||||
library/hashlib,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
|
||||
library/hashlib,,:policajac,">>> compare_digest(b'user:policajac', sig)"
|
||||
library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
|
||||
library/http.client,,:port,host:port
|
||||
library/http.cookies,,`,!#$%&'*+-.^_`|~:
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue