mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 21:33:13 +01:00
[svn r195] fixed some tango bugs (tango ticket 1093).
This commit is contained in:
@@ -162,7 +162,7 @@ package abstract class Sha01 : MerkleDamgard
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
private static const uint[] K =
|
||||
protected static const uint[] K =
|
||||
[
|
||||
0x5A827999,
|
||||
0x6ED9EBA1,
|
||||
@@ -174,7 +174,7 @@ package abstract class Sha01 : MerkleDamgard
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
private static const uint[5] initial =
|
||||
protected static const uint[5] initial =
|
||||
[
|
||||
0x67452301,
|
||||
0xEFCDAB89,
|
||||
|
||||
Reference in New Issue
Block a user