Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,34 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
This function may now return &true; on aarch64 CPUs that provide the
ARM cryptographic extensions (the ARMv8 AES instructions). Previously,
hardware-accelerated AES-256-GCM was only detected on x86 and x86-64
hardware: this function always returned &false; on aarch64, and the
other AES-256-GCM functions, such as
<function>sodium_crypto_aead_aes256gcm_encrypt</function>, were not
available on that platform at all.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>


</refentry>
<!-- Keep this comment at the end of the file
Expand Down