Skip to content

Commit

Permalink
Make Mac Factory public
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Oct 3, 2017
1 parent 18843eb commit fa431a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Releases


## v0.4.2

* make mac factory public

## v0.4.1

* some small bugfixes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.favre.lib</groupId>
<artifactId>hkdf</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<packaging>jar</packaging>

<name>HKDF-RFC5869</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/favre/lib/crypto/HkdfMacFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Factory class for creating {@link Mac} hashers
*/
interface HkdfMacFactory {
public interface HkdfMacFactory {

/**
* Creates a new instance of Hmac with given key, i.e. it must already be initialized
Expand Down

0 comments on commit fa431a3

Please sign in to comment.