You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of them taking BYTES Int as argument, make them take any length type that are crypto-coerceble to BYTES Int. This can avoind some cryptoCoerce calls by the callee
The text was updated successfully, but these errors were encountered:
Actually it is not fillUp and fillUpChunks that need to change but unsafeNCopyToCryptoPtr. Infact changing the types could actually make fillUp and fillUpChunks unsafe, as they need to return the remaining characters in bytes.
Instead of them taking
BYTES Int
as argument, make them take any length type that are crypto-coerceble toBYTES Int
. This can avoind some cryptoCoerce calls by the calleeThe text was updated successfully, but these errors were encountered: