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
Erlang uses cookies to authenticate nodes; we could do something similar or something much more sophisticated. This should be done in individual backends, as security might vary widely from one setup to another. Ideally, security is handled entirely within the backend (within the network-transport?) so that the core Cloud Haskell library is unaffected.
The text was updated successfully, but these errors were encountered:
* Define decodeWord32, encodeWord32
From these concrete functions, the general Enum and Num varieties are
derived.
* Use Word32, Word16 over CInt, CShort
Erlang uses cookies to authenticate nodes; we could do something similar or something much more sophisticated. This should be done in individual backends, as security might vary widely from one setup to another. Ideally, security is handled entirely within the backend (within the
network-transport
?) so that the core Cloud Haskell library is unaffected.The text was updated successfully, but these errors were encountered: