Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-its-andy committed Nov 21, 2017
1 parent d4edaf9 commit 0884dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsa_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package signer
type RSAClient interface {
Sign(input []byte) ([]byte, string, error)
ASN1Sign(typ string, payloads ...string) ([]byte, string, error)
StringsSign(separator string, payloads ...string) ([]byte, string, error)
}

0 comments on commit 0884dad

Please sign in to comment.