-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
Thanks for opening an issue! | ||
If you're reporting an error thrown by SwiftyRSA, please include the following details: | ||
- Version of SwiftyRSA in Podfile/Cartfile | ||
- Exact code that you're using to create the key / message / signature | ||
- The full description of the error (`error.localizedDescription`) | ||
- Contents of the key / message / signature: | ||
- If content is already a base 64 string, share this | ||
- If content is a PEM file, share the file content | ||
- If content is a DER file, run `base64 -i PATH_TO_FILE` and share the output | ||
*Important:* Do not share the contents of your private keys, unless they're non-sensitive. | ||
Note: This is an HTML comment, you can remove it altogether and/or write outside of it. | ||
--> |