From 4b09328d0cf4f04a3f340ec6f53baedbbdbf3252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 15 Oct 2022 23:40:54 +0800 Subject: [PATCH] edit readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 6a5b2b4..bec67d3 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,5 @@ make install #include ``` 2. Call functions. -```c -uint8_t* md5(const uint8_t *data, size_t data_len, uint8_t digest[16]); -int64_t tea_encrypt_qq(const TEA t[4], const TEADAT* src, TEADAT* out); -int64_t tea_encrypt(const TEA t[4], const uint32_t sumtable[0x10], const TEADAT* src, TEADAT* out); -int64_t tea_encrypt_native_endian(const TEA t[4], const uint32_t sumtable[0x10], const TEADAT* src, TEADAT* out); -int64_t tea_decrypt_qq(const TEA t[4], const TEADAT* src, TEADAT* out); -int64_t tea_decrypt(const TEA t[4], const uint32_t sumtable[0x10], const TEADAT* src, TEADAT* out); -int64_t tea_decrypt_native_endian(const TEA t[4], const uint32_t sumtable[0x10], const TEADAT* src, TEADAT* out); -``` \ No newline at end of file +> see all functions in simplecrypto.h