Class: Long

Sha512.Long

JavaScript has no support for 64-bit integers; this class provides methods required to support 64-bit unsigned integers within Sha256. All string manipulation is radix 16. Note n >>> 0 coerces n to unsigned 32-bit value.