Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

Cleanup hash and encryption functions #86

Closed Nielsbishere closed 1 year ago

Nielsbishere commented 1 year ago

Currently the implementation is a bit split because one uses intrinsics and the other doesn't. Even though for some functions this makes sense, it would be easier to generalize them in I32x4 to allow a unified architecture there and make that fallback instead.

Nielsbishere commented 1 year ago

Decision: