Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Apr 19, 2021
1 parent 665c62c commit ae8c0db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openpgp/openpgp.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package openpgp

import (
_ "golang.org/x/crypto/ripemd160"
)

type FastOpenPGP struct {
}

Expand Down

0 comments on commit ae8c0db

Please sign in to comment.