diff --git a/README.md b/README.md index 6903aae..d8e5829 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # libsodium Port Driver [![Build Status](https://github.com/potatosalad/erlang-libsodium/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/potatosalad/erlang-libsodium/actions) [![Hex.pm](https://img.shields.io/hexpm/v/libsodium.svg)](https://hex.pm/packages/libsodium) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Felectric-sql%2Ferlang-libsodium.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Felectric-sql%2Ferlang-libsodium?ref=badge_shield) [libsodium](https://libsodium.org) Port Driver for Erlang and Elixir. @@ -63,3 +64,7 @@ Message = libsodium_crypto_sign_ed25519:open(SignedMessage, PublicKey). %% Ed25519 message verification (detached) 0 = libsodium_crypto_sign_ed25519:verify_detached(Signature, Message, PublicKey). ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Felectric-sql%2Ferlang-libsodium.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Felectric-sql%2Ferlang-libsodium?ref=badge_large) \ No newline at end of file