MD5/Implementation: Difference between revisions

m
(Updated to work with Nim 1.4: replaced ".. <" with "..<".)
Line 5,095:
As with others implementations, this will not allow bit-lengths non-divisible by 8; this ability can be added in about 8 lines of code but no examples appear to be available for verification of correctness, and so it was elided.
 
<lang Crust>
#![allow(non_snake_case)] // RFC 1321 uses many capitalized variables
use std::mem;
Anonymous user