| Method | Defined by | ||
|---|---|---|---|
|
getHashSize():uint
| SHABase | ||
|
getInputSize():uint
| SHABase | ||
|
hash(src:ByteArray):ByteArray
| SHABase | ||
|
toString():String
| SHABase | ||
| Method | Defined by | ||
|---|---|---|---|
|
core(x:Array, len:uint):Array
| SHABase | ||
| core | () | method |
protected function core(x:Array, len:uint):ArrayParameters
x:Array |
|
len:uint |
Array |
| getHashSize | () | method |
public function getHashSize():uint
Returns
uint |
| getInputSize | () | method |
public function getInputSize():uint
Returns
uint |
| hash | () | method |
public function hash(src:ByteArray):ByteArrayParameters
src:ByteArray |
ByteArray |
| toString | () | method |
public function toString():String
Returns
String |