|
1 | 1 | --- |
2 | 2 | layout: page |
3 | 3 | title: IPCrypt Implementations |
4 | | -description: Explore the various implementations of IPCrypt across different programming languages, including Python, C, Rust, JavaScript, Go, Dart, Zig, PHP, and D. |
| 4 | +description: Explore the various implementations of IPCrypt across different programming languages, including Python, C, Rust, JavaScript, Go, Ruby, Dart, Zig, PHP, and D. |
5 | 5 | permalink: /implementations/ |
6 | 6 | --- |
7 | 7 |
|
@@ -92,6 +92,15 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
92 | 92 | </p> |
93 | 93 | </div> |
94 | 94 |
|
| 95 | + <div class="implementation-card"> |
| 96 | + <span class="language-badge">Ruby</span> |
| 97 | + <h3 class="text-xl font-bold">Ruby</h3> |
| 98 | + <p>Native implementation for Ruby applications.</p> |
| 99 | + <p class="mt-4"> |
| 100 | + <a href="https://github.com/jedisct1/ipcrypt-ruby" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a> |
| 101 | + </p> |
| 102 | + </div> |
| 103 | + |
95 | 104 | <div class="implementation-card"> |
96 | 105 | <span class="language-badge">Dart</span> |
97 | 106 | <h3 class="text-xl font-bold">Dart</h3> |
@@ -231,6 +240,16 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
231 | 240 | <td class="py-2 px-4 border text-center">✓</td> |
232 | 241 | <td class="py-2 px-4 border">ISC</td> |
233 | 242 | </tr> |
| 243 | + <tr> |
| 244 | + <td class="py-2 px-4 border">Ruby</td> |
| 245 | + <td class="py-2 px-4 border">Native</td> |
| 246 | + <td class="py-2 px-4 border text-center">✓</td> |
| 247 | + <td class="py-2 px-4 border text-center">✓</td> |
| 248 | + <td class="py-2 px-4 border text-center">✓</td> |
| 249 | + <td class="py-2 px-4 border text-center">✓</td> |
| 250 | + <td class="py-2 px-4 border text-center">✓</td> |
| 251 | + <td class="py-2 px-4 border">ISC</td> |
| 252 | + </tr> |
234 | 253 | <tr> |
235 | 254 | <td class="py-2 px-4 border">Dart</td> |
236 | 255 | <td class="py-2 px-4 border">Native</td> |
|
0 commit comments