/
MichaelAgarkov
/
reactos
ОбзорДокументацияВойти
/
MichaelAgarkov
/
reactos
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность

Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.

ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
reactos/
.../lib/cryptlib/
..
CMakeLists.txt

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
README.txt

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
aes.c

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
des.c

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
md4.c

[NTDLL][ADVAPI32][ADVAPI32_APITEST][CRYPTLIB] Add hash API exports for NT6+ and apitests with small fixes

2 года назад
md4.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
md5.c

[NTDLL][ADVAPI32][ADVAPI32_APITEST][CRYPTLIB] Add hash API exports for NT6+ and apitests with small fixes

2 года назад
md5.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
mvAesAlg.c

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
mvAesAlg.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
mvAesBoxes.dat

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
mvOs.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
rc4.c

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
rc4.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
sha1.c

[NTDLL][ADVAPI32][ADVAPI32_APITEST][CRYPTLIB] Add hash API exports for NT6+ and apitests with small fixes

2 года назад
sha1.h

[NTDLL][ADVAPI32][ADVAPI32_APITEST][CRYPTLIB] Add hash API exports for NT6+ and apitests with small fixes

2 года назад
tomcrypt.h

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
util.c

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
util.h

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
README.txt
 
This libbrary implements the following algorithms:
 
MD4
---
- files: md4.c, md4.h
- Implements: MD4Init, MD4Update, MD4Final
 
MD5
---
- files: md5.c, md5.h
- Implements: MD5Init, MD5Update, MD5Final
 
RC4
---
- files: rc4.c, rc4.h
- Implements: rc4_init, rc4_crypt
 
SHA1
----
- files: sha1.c, sha1.h
- Implements: A_SHAInit, A_SHAUpdate, A_SHAFinal
 
AES
---
- files: mvAesAlg.c, mvAesAlg.h, mvOs.h, mvAesBoxes.dat
- Taken from: http://enduser.subsignal.org/~trondah/tree/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/
- Original reference implementation: https://github.com/briandfoy/crypt-rijndael/tree/master/rijndael-vals/reference%20implementation
- Implements: rijndaelEncrypt128, rijndaelDecrypt128