Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Open Source Cryptography

Status
Not open for further replies.

LittlePrime

Newbie
Joined
Jul 10, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
wolfSSL is a dual licensed TLS/cryptography library written for IoT and resource constrained devices. Providing an open source version located on GitHub https://github.com/wolfssl/wolfssl or the download webpage of the main wolfSSL website. There is also options for commercial use cases if needed. Recently support for offloading crypto operations to Qualcomm DSP's was added into the wolfSSL library. (https://www.wolfssl.com/wolfssl-use-hexagon-toolchain/) This progressive feature addition lets users free up the main CPU for other tasks while crypto operations are processed.

The main wolfSSL library is written in C, but with the supported language wrappers provided it can be used as an alternative JSSE provider in Android (https://www.wolfssl.com/products/wolfssl-jni-jsse/) and has some C# wrapping available for ease of use in C# applications.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top