FreshCryptoLib icon indicating copy to clipboard operation
FreshCryptoLib copied to clipboard

Cryptographic Primitives for Blockchain Systems (solidity, cairo, C and rust)

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

Hello, I was hoping to test this for an eddsa use case. Do we have complete tests for FCL_eddsa? I see FCL_eddsa.t.sol is incomplete ?

PR #52 fixed a problem in Inner inlined edge case. Deploy the latest version of FCL on chain.

This PR just tags all assembly blocks as `memory-safe`. Non-memory-safe assembly causes the Solidity compiler to disallow some Yul optimizations for the entire compilation unit. I checked when marking the...

When investigating the `mulmuladd` issue, I noticed that at the start of the function, we have a loop to skip `index` for leading 0s in both `u` and `v`. Currently,...