| <a name="UInt64"></a> |
| |
| ## UInt64 |
| **Kind**: global class |
| **this**: <code>{UInt64}</code> |
| |
| * [UInt64](#UInt64) |
| * [new UInt64(top, bot)](#new_UInt64_new) |
| * [.add(y)](#UInt64+add) |
| * [.copy()](#UInt64+copy) |
| * [.shlb()](#UInt64+shlb) |
| |
| <a name="new_UInt64_new"></a> |
| |
| ### new UInt64(top, bot) |
| Creates an instance of UInt64. Rudimentary unsigned 64-bit type for SHA384 and SHA512 |
| |
| |
| | Param | Description | |
| | --- | --- | |
| | top | Top 32 bits | |
| | bot | Bottom 32 bits | |
| |
| <a name="UInt64+add"></a> |
| |
| ### uInt64.add(y) |
| Add value |
| |
| **Kind**: instance method of [<code>UInt64</code>](#UInt64) |
| **this**: <code>{UInt64}</code> |
| |
| | Param | Description | |
| | --- | --- | |
| | y | UInt64 value | |
| |
| <a name="UInt64+copy"></a> |
| |
| ### uInt64.copy() |
| Copy value |
| |
| **Kind**: instance method of [<code>UInt64</code>](#UInt64) |
| **this**: <code>{UInt64}</code> |
| <a name="UInt64+shlb"></a> |
| |
| ### uInt64.shlb() |
| Shift left |
| |
| **Kind**: instance method of [<code>UInt64</code>](#UInt64) |
| **this**: <code>{UInt64}</code> |