| Method | Defined by | ||
|---|---|---|---|
|
getHashSize():uint
| SHA1 | ||
![]() |
getInputSize():uint
| SHABase | |
![]() |
hash(src:ByteArray):ByteArray
| SHABase | |
|
toString():String
| SHA1 | ||
| Method | Defined by | ||
|---|---|---|---|
|
core(x:Array, len:uint):Array
| SHA1 | ||
| Constant | Defined by | ||
|---|---|---|---|
| HASH_SIZE : int = 20 [static]
| SHA1 | ||
| 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 |
| toString | () | method |
public override function toString():String
Returns
String |
| HASH_SIZE | constant |
public static const HASH_SIZE:int = 20