Use md5 hash (not sha1) for now.
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ AvatarEnd ::= SEQUENCE {
|
|||||||
UnknownAvatar ::= SEQUENCE {
|
UnknownAvatar ::= SEQUENCE {
|
||||||
}
|
}
|
||||||
|
|
||||||
AvatarHash ::= OCTET STRING (SIZE(20)) -- sha-1 hash value
|
AvatarHash ::= OCTET STRING (SIZE(16)) -- md5 hash value
|
||||||
|
|
||||||
NetAvatarType ::= ENUMERATED {
|
NetAvatarType ::= ENUMERATED {
|
||||||
avatarImagePng (1),
|
avatarImagePng (1),
|
||||||
|
|||||||
Reference in New Issue
Block a user