Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Changed used namespace from ParagonIE\Halite to ParagonIE\HiddenStrin…
Browse files Browse the repository at this point in the history
…g for the HiddenString class (new separate module)
  • Loading branch information
rkeet committed Jan 15, 2019
1 parent 468be63 commit 06d2a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/EncryptionAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Keet\Encrypt\Interfaces\EncryptionInterface;
use ParagonIE\ConstantTime\Binary;
use ParagonIE\Halite\Alerts\InvalidKey;
use ParagonIE\Halite\HiddenString;
use ParagonIE\Halite\Symmetric\Crypto;
use ParagonIE\Halite\Symmetric\EncryptionKey;
use ParagonIE\HiddenString\HiddenString;

class EncryptionAdapter implements EncryptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/HashingAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Keet\Encrypt\Interfaces\HashingInterface;
use ParagonIE\ConstantTime\Binary;
use ParagonIE\Halite\Alerts\InvalidKey;
use ParagonIE\Halite\HiddenString;
use ParagonIE\Halite\Password;
use ParagonIE\Halite\Symmetric\EncryptionKey;
use ParagonIE\HiddenString\HiddenString;
use TypeError;

class HashingAdapter implements HashingInterface
Expand Down

0 comments on commit 06d2a66

Please sign in to comment.