| Package | com.hurlant.crypto.hash |
| Class | public class SHA256 |
| Inheritance | SHA256 SHABase |
| Implements | IHash |
| Subclasses | SHA224 |
| Property | Defined by | ||
|---|---|---|---|
| h : Array | SHA256 | ||
| Method | Defined by | ||
|---|---|---|---|
|
SHA256()
| SHA256 | ||
|
getHashSize():uint
| SHA256 | ||
![]() |
getInputSize():uint
| SHABase | |
![]() |
getPadSize():int
| SHABase | |
![]() |
hash(src:ByteArray):ByteArray
| SHABase | |
|
toString():String
| SHA256 | ||
| Method | Defined by | ||
|---|---|---|---|
|
core(x:Array, len:uint):Array
| SHA256 | ||
|
rrol(num:uint, cnt:uint):uint
| SHA256 | ||
| Constant | Defined by | ||
|---|---|---|---|
| k : Array [static]
| SHA256 | ||
| h | property |
protected var h:Array
| SHA256 | () | constructor |
public function SHA256()
| core | () | method |
protected override function core(x:Array, len:uint):ArrayParameters
x:Array |
|
len:uint |
Array |
| getHashSize | () | method |
public override function getHashSize():uint
Returns
uint |
| rrol | () | method |
protected function rrol(num:uint, cnt:uint):uintParameters
num:uint |
|
cnt:uint |
uint |
| toString | () | method |
public override function toString():String
Returns
String |
| k | constant |
protected static const k:Array