Skip to content

Commit ac18c54

Browse files
authored
Add Github Badge to README.md
1 parent bd9671c commit ac18c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Salchicha
22

33
[![hex.pm](https://img.shields.io/hexpm/v/salchicha.svg)](https://hex.pm/packages/salchicha/)
4+
[![Build Status](https://github.com/BrandtHill/Salchicha/workflows/Elixir%20CI/badge.svg)](https://github.com/BrandtHill/Salchicha/actions)
45

56
A pure-ish Elixir cryptography tool for the Salsa20 and ChaCha20 ciphers.
67

@@ -42,4 +43,4 @@ more general-purpose and have analogues in the NaCl/libsodium API.
4243

4344
NaCl/libsodium (and KCl) has a lot of other functionality for public key cryptography
4445
via EC25519, which erlang's `:crypto` module already supports. I may add some of that
45-
here in the future but in the meantime I've just brought over the XSalsa and XChaCha functions.
46+
here in the future but in the meantime I've just brought over the XSalsa and XChaCha functions.

0 commit comments

Comments
 (0)