Consensys / corset

4 stars 10 forks source link

Add relevant warning on the corset stdli #84

Closed DavePearce closed 1 month ago

DavePearce commented 1 month ago

The purpose of this warning is simply to document that for functions are unsafe in certain contexts. Specifically, and!, or, all! and any all compile down to +. Therefore, they are unsafe when their arguments can be arbitrarily large as they are subject to overflow.