Function init [src]
Prototype
pub fn init(options: Options) Self
Parameters
options: Options
Source
pub fn init(options: Options) Self {
_ = options;
return Self{
.s = [_]u32{
0x67452301,
0xEFCDAB89,
0x98BADCFE,
0x10325476,
0xC3D2E1F0,
},
};
}