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
We should create a product type for each algorithm.
Example:
-- the function signaturesha256:String->String-- becomessha256:String->SHA256String-- maybe we could also use ByteString later-- orsha256:String->SHA256-- with hard-coded String type
We should create a product type for each algorithm.
Example:
So we can switch our functions:
There were many bugs because of untyped cryptography in the past and we should not make the same mistake with the nice typed programming language elm.
The text was updated successfully, but these errors were encountered: