diff --git a/docs/source/index.rst b/docs/source/index.rst index 54ec670..56423ab 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -129,9 +129,9 @@ Cryptnox SDK for C++ *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 `__]