mirror of https://github.com/nucypher/nucypher.git
Forgot to change one spec
parent
6864b6c2f7
commit
69593997ad
|
@ -72,8 +72,8 @@ class AliceSpecification(CharacterSpecification):
|
|||
'optional': ('value', 'first_period_reward', 'rate'),
|
||||
'output': ('label', 'policy_encrypting_key')}
|
||||
|
||||
__derive_policy_encrypting_key = {'in': ('label', ),
|
||||
'out': ('policy_encrypting_key', 'label')}
|
||||
__derive_policy_encrypting_key = {'input': ('label', ),
|
||||
'output': ('policy_encrypting_key', 'label')}
|
||||
|
||||
__grant = {'input': ('bob_encrypting_key', 'bob_verifying_key', 'm', 'n', 'label', 'expiration'),
|
||||
'optional': ('value', 'first_period_reward', 'rate'),
|
||||
|
|
Loading…
Reference in New Issue