cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Fix a typo in the comment
Quoted from Wikipedia page for UTF-16: "UTF-16 arose from an earlier obsolete fixed-width 16-bit encoding, now known as UCS-2 (for 2-byte Universal Character Set), once it became clear that more than 2**16 (65,536) code points were needed."
Change UTF-16 to UCS-2
Quoted from Wikipedia page for UTF-16: "UTF-16 arose from an earlier obsolete fixed-width 16-bit encoding, now known as UCS-2 (for 2-byte Universal Character Set), once it became clear that more than 2**16 (65,536) code points were needed."
Refactor function subscribe()
; improve description of status 502, and mention status 408. browser.js
could be edited accordingly.