crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Results 5 crypto issues
Sort by recently updated
recently updated
newest added

See errors here: https://plt.cs.northwestern.edu/release-pkg-build/server/built/test-fail/crypto-test.txt and https://plt.cs.northwestern.edu/pkg-build/server/built/test-fail/crypto-test.txt The errors look like: ``` raco test: (submod "/home/root//user/.local/share/racket/snapshot/pkgs/crypto-test/tests/test.rkt" test) test.rkt: racket test: # crypto tests > Unnamed test ERROR name: check-equal? location: kdf.rkt:48:8...

I get an error running the example `crypto/examples/signing-ec` under OSX. `BC` ``` generate-private-key: could not get implementation algorithm: 'ec context...: /Users/ayman/Library/Racket/8.1-bc/pkgs/crypto-lib/main.rkt:708:0: generate-private-key "/Users/ayman/Library/Racket/8.1-bc/pkgs/crypto-doc/examples/signing-ec.rkt": [running body] ``` `CS` ``` racket(27006,0x10acd3e00) malloc:...

Hi, I got this error trying to use crypto: ``` crypto: EVP_CIPHER_CTX_new: internal error: unhandled error No such file or directory [system library:fopen:33558530] crypto: EVP_CIPHER_CTX_new: internal error: unhandled error no...

Hi, I'm working with [the Secure Scuttlebutt protocol](https://ssbc.github.io/scuttlebutt-protocol-guide/) which makes heavy use of many high-level libsodium APIs. I noticed that this package is not exposing sealed and secret boxes and...

[Cryptographic right answers](https://latacora.singles/2018/04/03/cryptographic-right-answers.html) says about asymmetric encryption: > Of all the cryptographic “right answers”, this is the one you’re least likely to get right on your own. Don’t freelance public...