Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnimuc/sodium.jl
Julia wrapper for libsodium
https://github.com/gnimuc/sodium.jl
Last synced: 18 days ago
JSON representation
Julia wrapper for libsodium
- Host: GitHub
- URL: https://github.com/gnimuc/sodium.jl
- Owner: Gnimuc
- License: mit
- Created: 2020-02-18T03:07:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T12:04:22.000Z (over 3 years ago)
- Last Synced: 2024-10-11T18:42:51.079Z (28 days ago)
- Language: Julia
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sodium
[![CI](https://github.com/Gnimuc/Sodium.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/Gnimuc/Sodium.jl/actions/workflows/ci.yml)
[![TagBot](https://github.com/Gnimuc/Sodium.jl/actions/workflows/TagBot.yml/badge.svg)](https://github.com/Gnimuc/Sodium.jl/actions/workflows/TagBot.yml)
[![codecov](https://codecov.io/gh/Gnimuc/Sodium.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Gnimuc/Sodium.jl)## Installation
```
pkg> add Sodium
```