Comment on Elliptic curve arithmetic and cryptography library in RustparentComments−bren2013OP11yIssue #1: Yes, it's supposed to be like that. The point is that any n-bit scalar takes the same amount of time as any other n-bit scalar.Issue #2: Rust has explicitly taken all memory management away from me. There's nothing I can do about that.
Comments
Issue #1: Yes, it's supposed to be like that. The point is that any n-bit scalar takes the same amount of time as any other n-bit scalar.
Issue #2: Rust has explicitly taken all memory management away from me. There's nothing I can do about that.