From cf1d657412a9edfc865ad8e8e1dee3f5f5a0c776 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 1 Aug 2009 20:53:54 +0000 Subject: [PATCH] Use md5 hash (not sha1) for now. --- docs/pokerth.asn1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 5417a8d0..c655d19f 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -132,7 +132,7 @@ AvatarEnd ::= SEQUENCE { UnknownAvatar ::= SEQUENCE { } -AvatarHash ::= OCTET STRING (SIZE(20)) -- sha-1 hash value +AvatarHash ::= OCTET STRING (SIZE(16)) -- md5 hash value NetAvatarType ::= ENUMERATED { avatarImagePng (1),