Jonathan S
Jonathan S
Currently Octavo seems to pay very little attention to resisting side-channel attacks (see e.g. the use of data-dependent array indices in blowfish and the use of noncryptographic big integers in...
Introduced in Capstone 3.0.
I still sort of think of this as a work in progress, but I've been sitting for over 2 years now on this code, and all the tests pass with...
(Originally described in https://github.com/haskell/containers/pull/340#issuecomment-247811863) In both `Map` and `IntMap`, the strict versions of `fromList` and `fromAscList` show inconsistent and somewhat nonsensical behaviour: |Function |Result on `[(0, ⊥), (0, 0)]` |...
The merge tactic types (`WhenMissing f a b` and `WhenMatched f a b c`) implement a number of type classes (`Category`, `Monad`, `Applicative`, and `Functor`). All of these instances except...
This change adds combinators to change the list that is being folded over. For example, a Fold that multiplies the sum of the even numbers and the sum of the...