d0nut

Results 6 issues of d0nut

CryptoNote should not allow backups because it's dependant on keys in the keystore.

bug

This PR adds dacquiri, an authorization framework with compile-time enforcement

Contexts, in attribute functions, don't support tuple types since we need to replace lifetimes on any borrowed types. We should relax this for tuple types by inspecting the elements in...

enhancement

Similar to generic attributes, policies typically require concrete types defined in the entities. While this works fine for types we know ahead of time, if we begin supporting generic attributes...

Currently, attributes require concrete types in their definition. This means that if we want two or more structs to be able to satisfy a particular attribute we need to use...

enhancement