pike.git/
lib/
modules/
Crypto.pmod/
MD2.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-06-27
2014-06-27 16:47:37 by Martin Nilsson <nilsson@opera.com>
4146aef67cdc7f6bb445557414899bda6da85763 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Renamed the misnamed asn1_id to pkcs_hash_id
8:
inherit Nettle.MD2;
-
Standards.ASN1.Types.Identifier
asn1
_id()
+
Standards.ASN1.Types.Identifier
pkcs
_
hash_
id()
{ return Standards.PKCS.Identifiers.md2_id; }