Skip to content

Commit

Permalink
Upgraded ro rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
schnef committed Jul 3, 2019
1 parent 8d92e0f commit 228da8b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.rebar3
test/.rebar3
_*
.eunit
*.o
*.d
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
_build
.idea
*.iml
rebar3.crashdump
.*#
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Erlang based HMAC-based Extract-and-Expand Key Derivation Function (HKDF)

See [RFC 5869](https://tools.ietf.org/html/rfc5869) for details. This is a very straigth forward implementation,
including the tests from RFC5869 as eunit tests. It supports the hash functions md5, sha, sha224, sha256, sha384, sha512.
See [RFC 5869](https://tools.ietf.org/html/rfc5869) for details. This
is a very straigth forward implementation, including the tests from
RFC5869 as eunit tests. It supports the hash functions md5, sha,
sha224, sha256, sha384, sha512.

## Usage

Expand Down
1 change: 1 addition & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[].

0 comments on commit 228da8b

Please sign in to comment.