Skip to content

Commit

Permalink
Add support for rsa encrypt by private key and decrypt by public key
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Jan 4, 2023
1 parent c8068c6 commit 44317e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dongle

import (
"crypto"

"github.com/golang-module/dongle/rsa"
)

Expand Down

0 comments on commit 44317e6

Please sign in to comment.