Skip to content

Commit 4a3fc66

Browse files
committed
Add the Elixir implementation
1 parent 0efc32d commit 4a3fc66

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

www/pages/implementations.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
8383
</p>
8484
</div>
8585

86+
<div class="implementation-card">
87+
<span class="language-badge">Elixir</span>
88+
<h3 class="text-xl font-bold">Elixir</h3>
89+
<p>Native implementation for Elixir applications.</p>
90+
<p class="mt-4">
91+
<a href="https://github.com/jedisct1/ipcrypt-elixir" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a>
92+
</p>
93+
</div>
94+
8695
<div class="implementation-card">
8796
<span class="language-badge">Dart</span>
8897
<h3 class="text-xl font-bold">Dart</h3>
@@ -212,6 +221,16 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
212221
<td class="py-2 px-4 border text-center">✓</td>
213222
<td class="py-2 px-4 border">ISC</td>
214223
</tr>
224+
<tr>
225+
<td class="py-2 px-4 border">Elixir</td>
226+
<td class="py-2 px-4 border">Native</td>
227+
<td class="py-2 px-4 border text-center">✓</td>
228+
<td class="py-2 px-4 border text-center">✓</td>
229+
<td class="py-2 px-4 border text-center">✓</td>
230+
<td class="py-2 px-4 border text-center">✓</td>
231+
<td class="py-2 px-4 border text-center">✓</td>
232+
<td class="py-2 px-4 border">ISC</td>
233+
</tr>
215234
<tr>
216235
<td class="py-2 px-4 border">Dart</td>
217236
<td class="py-2 px-4 border">Native</td>

0 commit comments

Comments
 (0)