Skip to content

Commit

Permalink
Move import around
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Oct 2, 2023
1 parent ca217d0 commit c8e450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/file-storage.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,10 @@ openssl rsa -in ./Config/jwtRS256.key -pubout -outform PEM -out ./Config/jwtRS25

```haskell
-- Config/Config.hs
import "cryptonite" Crypto.PubKey.RSA as RSA
import Control.Exception (catch)
import qualified Data.ByteString as BS
import Web.JWT
import "cryptonite" Crypto.PubKey.RSA as RSA

data RsaKeys = RsaKeys { publicKey :: RSA.PublicKey, privateKey :: RSA.PrivateKey }

Expand Down

0 comments on commit c8e450d

Please sign in to comment.