From 5731c2fd2ce97025af340e1dd82bb18a2437df9c Mon Sep 17 00:00:00 2001 From: YanNaingWinn Date: Fri, 19 Jun 2026 15:25:11 +0700 Subject: [PATCH] Modified index.rst --- docs/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 `__]