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

Commit

Permalink
Added links
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Oct 11, 2020
1 parent 1df5612 commit 7f77328
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ This repository is a PSR-4 Composer-ready version of [devi/Salt](https://github.

## Features

- Blake2b
- Chacha20
- Chacha20Poly1305
- Curve25519
- Ed25519
- Poly1305
- Salsa20
- Salt
- [Blake2b](https://github.com/MikeRow/Salt/tree/master/src/Blake2b)
- [Chacha20](https://github.com/MikeRow/Salt/tree/master/src/Chacha20)
- [Chacha20Poly1305](https://github.com/MikeRow/Salt/tree/master/src/Chacha20Poly1305)
- [Curve25519](https://github.com/MikeRow/Salt/tree/master/src/Curve25519)
- [Ed25519](https://github.com/MikeRow/Salt/tree/master/src/Ed25519)
- [Poly1305](https://github.com/MikeRow/Salt/tree/master/src/Poly1305)
- [Salsa20](https://github.com/MikeRow/Salt/tree/master/src/Salsa20)
- [FieldElement](https://github.com/MikeRow/Salt/blob/master/src/FieldElement.php)
- [Salt](https://github.com/MikeRow/Salt/blob/master/src/Salt.php)

cryptography methods

- NanoSalt
- [NanoSalt](https://github.com/MikeRow/Salt/blob/master/src/NanoSalt.php)

cryptography methods for Banano/Nano currencies (different signing)

Expand Down
2 changes: 2 additions & 0 deletions src/NanoSalt.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
use MikeRow\Salt\Poly1305\Poly1305;
use MikeRow\Salt\Salsa20\Salsa20;

class NanoSaltException extends Exception {}

class NanoSalt
{
/* Salsa20, HSalsa20, XSalsa20 */
Expand Down
5 changes: 0 additions & 5 deletions src/NanoSaltException.php

This file was deleted.

2 changes: 2 additions & 0 deletions src/Salt.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
use MikeRow\Salt\Poly1305\Poly1305;
use MikeRow\Salt\Salsa20\Salsa20;

class SaltException extends Exception {}

class Salt
{
/* Salsa20, HSalsa20, XSalsa20 */
Expand Down
5 changes: 0 additions & 5 deletions src/SaltException.php

This file was deleted.

0 comments on commit 7f77328

Please sign in to comment.