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
It uses ambient authority to a source of randomness; I like to stick to ocap discipine, so I'd like to see the source of randomness passed in explicitly as an argument.
yes, from_seed has no non-determinism; it respects ocap discipline.
capabilities are like unforgeable names in the RChain architecture (cf. Policies as Types cited from rchain dev docs). Python doesn't enforce ocap discipline like rholang does, but the discipline is useful even as a convention.
It uses ambient authority to a source of randomness; I like to stick to ocap discipine, so I'd like to see the source of randomness passed in explicitly as an argument.
pyrchain/examples/keys_example.py
Line 4 in 98824d5
The text was updated successfully, but these errors were encountered: