Kind: global class
this: {UInt64}
Creates an instance of UInt64. Rudimentary unsigned 64-bit type for SHA384 and SHA512
Param | Description |
---|---|
top | Top 32 bits |
bot | Bottom 32 bits |
Add value
Kind: instance method of UInt64
this: {UInt64}
Param | Description |
---|---|
y | UInt64 value |
Copy value
Kind: instance method of UInt64
this: {UInt64}
Shift left
Kind: instance method of UInt64
this: {UInt64}