CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 09:58:54 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"df74bf5a20437d535503635cb5274e79"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=cXtKyVBtZiKifjkxeyU81PqJah8wK44TMUgoQtc1JyFn%2Bc7dzUivEisCex3ezIhQL9AX4w%2FroMN%2FWagG4W3VvyedP905N9dBwfUNhF80KZobgyAPHvuxvOdamuFMVszRwZQJPKIWZvy9A6BbxPSm8QpIa4acO91M9E6EjKHNgnuvCXUCV9qJ4oj5LXpVgIy7kLnNhtfFC7Hmb1tn9n%2B0MVl%2BGeSuqdFlsTQcdcmFrBHpHRGIUtvOSI39s9ulfDgl6niAqmOxw2FijvlCWUzU8A%3D%3D--ZdDIMTNo73NyMNvP--z7D2bseCcX3cp37XEXCgbA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.344549186.1753955933; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 09:58:53 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 09:58:53 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A188:2C244B:241899:287D36:688B3E5D
Release 1.0.19 · jedisct1/libsodium · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
1.0.19
Compare
·
959 commits
to master
since this release
1.0.19-RELEASE
jedisct1
Frank Denis
This tag was signed with the committer’s verified signature.
This release includes all the changes from 1.0.18-stable
, as well as two additions:
- New AEADs: AEGIS-128L and AEGIS-256 are now available in the
crypto_aead_aegis128l_*()
andcrypto_aead_aegis256_*()
namespaces. AEGIS is a family of authenticated ciphers for high-performance applications, leveraging hardware AES acceleration onx86_64
andaarch64
. In addition to performance, AEGIS ciphers have unique properties making them easier and safer to use than AES-GCM. They can also be used as high-performance MACs. - The HKDF key derivation mechanism, required by many standard protocols, is now available in the
crypto_kdf_hkdf_*()
namespace. It is implemented for the SHA-256 and SHA-512 hash functions. - The
osx.sh
build script was renamed tomacos.sh
. - Support for android-mips was removed.
From 1.0.18-stable:
- Visual Studio: support for Windows/ARM64 builds has been added.
- Visual Studio: AVX512 implementations are enabled on supported CPUs.
- Visual Studio: an MSVC 2022 solution was added.
- Apple XCFramework: support for VisionOS was added.
- Apple XCFranework: support for Catalyst was added.
- Apple XCFramework: building the simulators is now optional.
- iOS: bitcode is not generated any more, as it was deprecated by Apple.
- watchOS: support for arm64 was added.
- The Zig toolchain can now be used as a modern build system to replace autoconf/automake/libtool/make/ccache and the compiler. This enables faster compilation times, easier cross compilation, and static libraries optimized for any CPU.
- The Zig toolchain is now the recommended way to compile
libsodium
to WebAssembly/WASI(X). - libsodium can now be added as a dependency to Zig projects.
- Memory fences were added to remove some gadgets that could be used alongside speculative loads.
- The AES-GCM implementation was completely rewritten. It is now faster, and also available on aarch64, including Windows/ARM64.
- Compatibility with CET instrumentation / IBT / Shadow Stack was added.
- Emscripten: the
crypto_pwhash_*()
functions have been removed from Sumo builds, as they reserve a substantial amount of JavaScript memory, even when not used. - Benchmarks now use
CLOCK_MONOTONIC
if possible. - WebAssembly: tests can now run using Bun, WasmEdge, Wazero, wasm3 and wasmer-js. Support for WAVM and Lucet have been removed, as these projects have reached EOL.
- .NET: the minimum supported macOS version is now 1.0.15; this matches Microsoft guidelines.
- .NET: all the packages are now built using Zig, on all platforms. This allows us to easily match Microsoft's requirements, including supported glibc versions. However, on x86_64, targets are expected to support at least the AVX instruction set.
- .NET: packages for ARM64 are now available.
- C23
memset_explicit()
is now used, when available. - Compilation now uses
-Ofast
or-O3
instead of-O2
by default. - Portability improvements to help compile libsodium to modern game consoles.
- JavaScript: a default
unhandledRejection
handler is not set any more. - Slightly faster 25519 operations.
- OpenBSD: leverage
MAP_CONCEAL
.
Assets 11
26 people reacted
11
Join discussion
You can’t perform that action at this time.