Get started with libsodium-wrappers CDN
ISC licensed
Libsodium-wrappers: Lightweight JS NaCl cryptography library with easy functions.
Tags:- crypto
- sodium
- libsodium
- nacl
- chacha20
- poly1305
- curve25519
- ed25519
- blake2
- siphash
Stable version
Copied!
How to start using libsodium-wrappers CDN
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.cdnhub.io/libsodium-wrappers/0.7.13/sodium.min.js"></script>
<title>Get started with libsodium-wrappers CDN - cdnhub.io</title>
</head>
<body>
<script src="app.js"></script>
</body>
</html>