文件名称:rfc7539:实现 ChaCha20 和 Poly1305,只是为了好玩
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-25 12:23:19
C
RFC7539 实现 ChaCha20 和 Poly1305,只是为了好玩
【文件预览】:
rfc7539-master
----src()
--------chacha.h(836B)
--------utils.c(319B)
--------chacha.c(3KB)
--------Makefile(290B)
--------utils.h(117B)
--------error.h(195B)
--------error.c(791B)
----test()
--------chacha_encrypt.c(3KB)
--------chacha_quarter_round.c(940B)
--------Makefile(486B)
--------chacha_state_setup.c(932B)
--------chacha_block_function.c(957B)
----README.md(59B)
----Makefile(166B)
----.gitignore(246B)