Welcome![Sign In][Sign Up]
Location:
Search - uINT64

Search list

[Windows Developuint64

Description: 用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 cryptographic calculations.
Platform: | Size: 976896 | Author: 王文浩 | Hits:

[Linux-Unixcls_align_uint64

Description: Check structure alignment of uint64.
Platform: | Size: 1024 | Author: vensiejui | Hits:

[Linux-Unixvfio

Description: inline uint64 t CVMX GMXX BAD REG for Linux v2.13.6.
Platform: | Size: 13312 | Author: tingqkxl | Hits:

[Linux-Unix_fpmath

Description: Return the first 8 bytes of a bytearray, encoded as a little-endian uint64 Kernel Device Driver for linux v2.13.6.
Platform: | Size: 3072 | Author: maodnwq | Hits:

[OtherDataHash

Description: 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % % SHA-1, Base64: % S.a = uint8([]); % S.b = {{1:10}, struct('q', uint64(415))}; % Opt.Method = 'SHA-1'; % Opt.Format = 'HEX'; % DataHash(S, Opt) % 18672BE876463B25214CA9241B3C79CC926F3093 % % SHA-1 of binary values: % Opt = struct('Method', 'SHA-1', 'Input', 'bin'); % DataHash(1:8, Opt) % 826cf9d3a5d74bbe415e97d4cecf03f445f69225 % % SHA-256, consider ASCII part only (Matlab's CHAR has 16 bits!): % Opt.Method = 'SHA-256'; % Opt.Input = 'ascii'; % DataHash('abc', Opt) % % ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad % % Or equivalently: % Opt.Input = 'bin'; % DataHash(uint8('abc'), Opt)(Official hash encryption algorithm % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % % SHA-1, Base64: % S.a = uint8([]); % S.b = {{1:10}, struct('q', uint64(415))}; % Opt.Method = 'SHA-1'; % Opt.Format = 'HEX'; % DataHash(S, Opt) % 18672BE876463B25214CA9241B3C79CC926F3093 % % SHA-1 of binary values: % Opt = struct('Method', 'SHA-1', 'Input', 'bin'); % DataHash(1:8, Opt) % 826cf9d3a5d74bbe415e97d4cecf03f445f69225 % % SHA-256, consider ASCII part only (Matlab's CHAR has 16 bits!): % Opt.Method = 'SHA-256'; % Opt.Input = 'ascii'; % DataHash('abc', Opt) % % ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad % % Or equivalently: % Opt.Input = 'bin'; % DataHash(uint8('abc'), Opt))
Platform: | Size: 6144 | Author: longgyy | Hits:

CodeBus www.codebus.net