Skip to content

Commit 84fd2a1

Browse files
committed
Add a couple of badges to README
1 parent e961d59 commit 84fd2a1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

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

3-
-----
3+
[![](https://img.shields.io/hexpm/v/erlffx.svg?style=flat)](https://hex.pm/packages/erlffx)
4+
[![](https://github.com/g-andrade/erlffx/workflows/build/badge.svg)](https://github.com/g-andrade/erlffx/actions?query=workflow%3Abuild)
45

56
`erlffx` is an Erlang implementation of the mechanism described in the
67
2010 paper [The FFX Mode of Operation for Format-Preserving

doc/overview-summary.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
<h1>erlffx</h1>
1111

1212

13-
<hr>
13+
<p><a target="_parent" href="https://hex.pm/packages/erlffx" alt="Hex.pm Package">
14+
<img src="https://img.shields.io/hexpm/v/erlffx.svg?style=flat"></a>
15+
<a target="_parent" href="https://github.com/g-andrade/erlffx/actions?query=workflow%3Abuild" alt="Travis CI Build Status">
16+
<img src="https://github.com/g-andrade/erlffx/workflows/build/badge.svg"></a></p>
1417

1518
<p><code>erlffx</code> is an Erlang implementation of the mechanism described in the 2010 paper <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.304.1736&amp;rep=rep1&amp;type=pdf">The FFX Mode of Operation for Format-Preserving Encryption</a> by Bellare, Rogaway and Spies. It is based on an existing <a href="https://github.com/michaeltandy/java-ffx-format-preserving-encryption">Java implementation</a> by Michael Tandy.</p>
1619

doc/overview.edoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
@title erlffx
22
@doc
33

4-
<hr/>
4+
<a target="_parent" href="https://hex.pm/packages/erlffx" alt="Hex.pm Package">
5+
<img src="https://img.shields.io/hexpm/v/erlffx.svg?style=flat"/></a>
6+
<a target="_parent" href="https://github.com/g-andrade/erlffx/actions?query=workflow%3Abuild" alt="Travis CI Build Status">
7+
<img src="https://github.com/g-andrade/erlffx/workflows/build/badge.svg"/></a>
58

69
`erlffx' is an Erlang implementation of the mechanism described in the 2010 paper <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.304.1736&amp;rep=rep1&amp;type=pdf">The FFX Mode of Operation for Format-Preserving Encryption</a> by Bellare, Rogaway and Spies. It is based on an existing <a href="https://github.com/michaeltandy/java-ffx-format-preserving-encryption">Java implementation</a> by Michael Tandy.
710

0 commit comments

Comments
 (0)