Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix a bug in parsing
0x<num1>e<num2>
The parser was previously accepting `e` and `E` as an exponent character in hex strings. This results in enormous exponentiation, so we disallow it. Tracked down from the report at https://coq.zulipchat.com/#narrow/stream/247791-fiat-crypto/topic/ECDSA/near/223249990
- Loading branch information
1 parent
c86d501
commit e31a36d
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters