Merge pull request #2105 from stevvooe/algorithm-own-file
digest: cleanup digester and verifier creation
This commit is contained in:
commit
729b8c5b91
9 changed files with 211 additions and 188 deletions
|
@ -1,6 +1,8 @@
|
|||
package digest
|
||||
|
||||
import (
|
||||
_ "crypto/sha256"
|
||||
_ "crypto/sha512"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue