Illegal Instruction (core dumped) createPublicKey(...) on Ubuntu
Open
- Dominant language
- Swift
- Stars
- 136
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
BlueRSA failed to create data from base64 string on Ubuntu.
The illegal instruction is from the forced unwrap of the Data object, which is nil.
Running on MacOS this works without any problems.

I added extra Log lines in CryptorRSAKey to find this bug.

Contributor guide
Assessment
This issue has not been assessed yet.