copy over the implementation of DER.lazySet to DER.set
add tests specifically covering DER.lazySet because we can no longer use DER.lazySet in the implementation of DER.set and therefore DER.lazySet would be completely untested.
Result
We again support macOS 10.14.x/iOS 12.x and older.
Motivation
32 has broken older platforms accidentally.
Modifications
DER.lazySet
DER.lazySet
toDER.set
DER.lazySet
because we can no longer useDER.lazySet
in the implementation ofDER.set
and thereforeDER.lazySet
would be completely untested.Result
We again support macOS 10.14.x/iOS 12.x and older.