Skip to content

Commit 2cb5a94

Browse files
committed
Nits
1 parent a5ce080 commit 2cb5a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/_implementations/libsodium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: implementation
33
title: 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.
55
permalink: /implementations/libsodium/
66
language: C
77
repository: https://github.com/jedisct1/libsodium

www/pages/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)