Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit e1c55e6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 380c48d + 72ec9eb commit e1c55e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ function in the `handler.go` file if you want to **disable** logging.
3535

3636
### Creating a super secret key
3737
Run the php script in the templates folder in the docker folder, that will generate a byte key that will then be copied to
38-
the docker container and be used for generating jwt's. The key can be used with other hashing algorithms like blowfish.
38+
the docker container and be used for generating jwt's. The key can be used with other crypting algorithms like blowfish.
3939

4040
### Verbose
4141
Verbose can be turned off in the Dockerfile under API_VERBOSE. Verbose will print err's and stack traces when set in the api response.
4242

4343
### External libraries
44-
[SHA3](golang.org/x/crypto/sha3)
44+
[SHA3](http://golang.org/x/crypto/sha3)

0 commit comments

Comments
 (0)