This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,19 @@ This repository is a PSR-4 Composer-ready version of [devi/Salt](https://github.
88
99## Features
1010
11- - Blake2b
12- - Chacha20
13- - Chacha20Poly1305
14- - Curve25519
15- - Ed25519
16- - Poly1305
17- - Salsa20
18- - Salt
11+ - [ Blake2b] ( https://github.com/MikeRow/Salt/tree/master/src/Blake2b )
12+ - [ Chacha20] ( https://github.com/MikeRow/Salt/tree/master/src/Chacha20 )
13+ - [ Chacha20Poly1305] ( https://github.com/MikeRow/Salt/tree/master/src/Chacha20Poly1305 )
14+ - [ Curve25519] ( https://github.com/MikeRow/Salt/tree/master/src/Curve25519 )
15+ - [ Ed25519] ( https://github.com/MikeRow/Salt/tree/master/src/Ed25519 )
16+ - [ Poly1305] ( https://github.com/MikeRow/Salt/tree/master/src/Poly1305 )
17+ - [ Salsa20] ( https://github.com/MikeRow/Salt/tree/master/src/Salsa20 )
18+ - [ FieldElement] ( https://github.com/MikeRow/Salt/blob/master/src/FieldElement.php )
19+ - [ Salt] ( https://github.com/MikeRow/Salt/blob/master/src/Salt.php )
1920
2021 cryptography methods
2122
22- - NanoSalt
23+ - [ NanoSalt] ( https://github.com/MikeRow/Salt/blob/master/src/NanoSalt.php )
2324
2425 cryptography methods for Banano/Nano currencies (different signing)
2526
Original file line number Diff line number Diff line change 2525use MikeRow \Salt \Poly1305 \Poly1305 ;
2626use MikeRow \Salt \Salsa20 \Salsa20 ;
2727
28+ class NanoSaltException extends Exception {}
29+
2830class NanoSalt
2931{
3032 /* Salsa20, HSalsa20, XSalsa20 */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525use MikeRow \Salt \Poly1305 \Poly1305 ;
2626use MikeRow \Salt \Salsa20 \Salsa20 ;
2727
28+ class SaltException extends Exception {}
29+
2830class Salt
2931{
3032 /* Salsa20, HSalsa20, XSalsa20 */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments