| Package | com.hurlant.crypto.hash |
| Class | public class SHA256 |
| Inheritance | SHA256 SHABase Object |
| Implements | IHash |
| Subclasses | SHA224 |
| Property | Defined By | ||
|---|---|---|---|
| h : Array | SHA256 | ||
| Method | Defined By | ||
|---|---|---|---|
SHA256() | SHA256 | ||
getHashSize():uint [override] | SHA256 | ||
![]() | getInputSize():uint | SHABase | |
![]() | getPadSize():int | SHABase | |
![]() | hash(src:ByteArray):ByteArray | SHABase | |
toString():String [override] | SHA256 | ||
| Method | Defined By | ||
|---|---|---|---|
core(x:Array, len:uint):Array [override] | 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 |
override protected function core(x:Array, len:uint):ArrayParameters
x:Array | |
len:uint |
Array |
| getHashSize | () | method |
override public function getHashSize():uintReturnsuint |
| rrol | () | method |
protected function rrol(num:uint, cnt:uint):uintParameters
num:uint | |
cnt:uint |
uint |
| toString | () | method |
override public function toString():StringReturnsString |
| k | Constant |
protected static const k:Array