搜索资源列表
uint64
- 用c++实现的无符号64位整数的运算,并重载了多个运算符,提供了测试用例。可以用来方便的进行密码学计算。-C++ implementation with the unsigned 64-bit integer operations, and a number of overloaded operators, provide a test case. Can be used to facilitate the conduct of cry
cls_align_uint64
- Check structure alignment of uint64.
vfio
- inline uint64 t CVMX GMXX BAD REG for Linux v2.13.6.
_fpmath
- Return the first 8 bytes of a bytearray, encoded as a little-endian uint64 Kernel Device Driver for linux v2.13.6.
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt)