Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Feb 25, 2023
1 parent 7521b4d commit 374da3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slowrand.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ type Reader struct {
// New instance of slow reader.
// Seed as a start of the pseudorandom sequence.
// Rounds, time, memory and threads are params to the underlying PBKDF2 & Argon2 algorithms.
//
func New(seed []byte, rounds int, time, memory uint32, threads uint8) (*Reader, error) {
switch {
case len(seed) == 0:
Expand Down

0 comments on commit 374da3a

Please sign in to comment.