Issue 1266: Section 5.6.3 Hashing Algorythm (obv-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 5.6.3 Hashing Algorithm (and 5.6.2) - It is not clear whether the hash value is translated into ascii or not. - I assume the result is a long long: long long hash = sha[1] << 32 + sha[0] Resolution: Revised Text: Actions taken: April 28, 1998: received issue February 24, 1999: closed issue Discussion: End of Annotations:===== ------------------------- Section 5.6.3 Hashing Algorithm (and 5.6.2) - It is not clear whether the hash value is translated into ascii or not. - I assume the result is a long long: long long hash = sha[1] << 32 + sha[0] Is this correct?