File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22layout : implementation
33title : IPCrypt libsodium Implementation
4- description : High-performance C implementation of IPCrypt in libsodium, supporting all four encryption modes with hardware-accelerated AES .
4+ description : High-performance implementation of IPCrypt in libsodium, supporting all four encryption modes.
55permalink : /implementations/libsodium/
66language : C
77repository : https://github.com/jedisct1/libsodium
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
3939 <div class="implementation-card">
4040 <span class="language-badge">C</span>
4141 <h3 class="text-xl font-bold">libsodium</h3>
42- <p>Production-ready implementation with hardware-accelerated AES .</p>
42+ <p>High-performance implementation of IPCrypt .</p>
4343 <p class="text-sm text-gray-600 mt-2">
4444 <span class="text-primary">✓</span> Detailed documentation available
4545 </p>
You can’t perform that action at this time.
0 commit comments