Méthode |
Description |
|
AsUints ( byte bs ) : uint[] |
|
|
AsUints ( byte bs, uint output ) : void |
|
|
Multiply ( byte block, byte val ) : void |
|
|
MultiplyP ( uint x ) : void |
|
|
MultiplyP ( uint x, uint output ) : void |
|
|
MultiplyP8 ( uint x ) : void |
|
|
MultiplyP8 ( uint x, uint output ) : void |
|
|
OneAsBytes ( ) : byte[] |
|
|
OneAsUints ( ) : uint[] |
|
|
ShiftRight ( byte block ) : void |
|
|
ShiftRight ( byte block, byte output ) : void |
|
|
ShiftRight ( uint block ) : void |
|
|
ShiftRight ( uint block, uint output ) : void |
|
|
ShiftRightN ( uint block, int n ) : void |
|
|
ShiftRightN ( uint block, int n, uint output ) : void |
|
|
Xor ( byte block, byte val ) : void |
|
|
Xor ( byte block, byte val, byte output ) : void |
|
|
Xor ( byte block, byte val, int off, int len ) : void |
|
|
Xor ( uint block, uint val ) : void |
|
|
Xor ( uint block, uint val, uint output ) : void |
|
|