soloicesky / Crypto
embedded Crypto Lib including rsa sha1 sha256 md4 md5 and so on
☆13Updated 5 years ago
Alternatives and similar repositories for Crypto:
Users that are interested in Crypto are comparing it to the libraries listed below
- Achieve RSA4096 with C language☆14Updated 6 years ago
- RSA2048☆76Updated 6 years ago
- AES, CMAC, SHA256, HMAC and RSA written in C.☆62Updated 2 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆20Updated 4 years ago
- crc16/crc32/crc64☆174Updated 7 months ago
- Regular expressions library for embedded systems☆39Updated 7 years ago
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。☆19Updated 5 years ago
- LwIP project in Win32 platform.☆15Updated 9 years ago
- A mini subset of the LZO real-time data compression library☆27Updated 3 years ago
- 野火emXGUI配套所有野火开发板基础教程demo☆9Updated 4 years ago
- c语言时间戳与时间互转,适用于嵌入式平台。☆15Updated 3 years ago
- STM32 HTTPs demo , using lib : WolfSSL, Lwip, FreeRTOS, LAN8720☆55Updated 4 years ago
- 按键驱动,支持按键的单击、双击、长按和连续触发的检测方式☆18Updated 3 years ago
- 基于C语言的json数据映射解析库☆134Updated 3 years ago
- ☆19Updated 10 years ago
- MFC的水波纹效果(visual studio 2015开发,在vc6中也可用,移植自tortoisesvn)☆22Updated 7 years ago
- 纯C语言写的http client,支持 https,支持GET POST☆15Updated 5 years ago
- 管道实现的进程间通信库,多线程支持