文件名称:加密:密码学库
文件大小:231KB
文件格式:ZIP
更新时间:2024-03-10 04:28:22
C++
加密:密码学库
【文件预览】:
encrypt-master
----src()
--------authenticate.cpp(22KB)
--------sha.cpp(6KB)
--------safeRandom.cpp(1KB)
--------aes.cpp(6KB)
--------encrypt.cpp(6KB)
--------keyGenerator.cpp(2KB)
--------key.cpp(71B)
----CMakeLists.txt(2KB)
----LICENSE(34KB)
----test()
--------test_BigInteger.cpp(296KB)
--------systemTestMain.cpp(5KB)
--------test_BigIntegerAlgorithms.cpp(207KB)
--------unitTestMain.cpp(201B)
--------test_keyGenerator.cpp(12KB)
----CMakeSettings.json(3KB)
----.gitignore(273B)
----include()
--------keyGenerator.h(5KB)
--------key.h(1KB)
--------aes.h(2KB)
--------safeRandom.h(884B)
--------BigInteger.h(50KB)
--------authenticate.h(3KB)
--------sha.h(528B)
--------encrypt.h(5KB)