Compiler error while compiling the k256 library #135539
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The compiler error is caused by the line
self.0.sign_digest(Digest::new_with_prefix(digest_bytes))
andself.0.sign_digest(Digest::new())
(commented out in the provided code for testing).Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: