Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ Cryptnox SDK for C++
</div>

*Cryptnox SDK for C++* is the portable core at the heart of Cryptnox's embedded SDKs, implementing
secure channel, APDU exchange, key derivation, and signing in platform-neutral C++. Porting Cryptnox
support to a new native platform requires only a platform-specific transport layer built on top of
it.
secure channel, APDU exchange, key derivation, and signing in platform-neutral C++. It ships no
transport driver, crypto backend, or logging output, so porting Cryptnox support to a new native
platform means supplying those platform-specific pieces and building on top of the core.

* **Cryptnox SDK for C++** [`HTML <https://docs.cryptnox.com/cryptnox-sdk-cpp/>`__]

Expand Down
Loading