diff options
Diffstat (limited to 'std/ws/sha1.ts')
-rw-r--r-- | std/ws/sha1.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/ws/sha1.ts b/std/ws/sha1.ts index dc8ba680c..fc86881f8 100644 --- a/std/ws/sha1.ts +++ b/std/ws/sha1.ts @@ -358,7 +358,7 @@ export class Sha1 { (h4 >> 24) & 0xff, (h4 >> 16) & 0xff, (h4 >> 8) & 0xff, - h4 & 0xff + h4 & 0xff, ]; } |