Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Largely conforms to MISRA C 2025 guidelines.

Example

git clone https://github.com/hrkcz001/embedded_encryptor.git && \
cd embedded_encryptor && \
./set_wolfssl_up.sh && \
cd example && \
../gen_rsa_2048_h.sh first && \
../gen_rsa_2048_h.sh second && \
gcc ../src/*.c example.c -I../wolfssl-5.8.0/include -L../wolfssl-5.8.0/lib -lwolfssl -o example && \
LD_LIBRARY_PATH=../wolfssl-5.8.0/lib ./example

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages