Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
SubtleCrypto.digest() |
Corrected the hex function to output the correct digest. The result can be checked with python -c 'from hashlib import sha256;print sha256("foobar").hexdigest()' |