Forgot to change one spec

pull/1366/head
Michael Egorov 2019-10-01 11:11:58 -07:00
parent 6864b6c2f7
commit 69593997ad
No known key found for this signature in database
GPG Key ID: B7E0CCB4C21EBAB0
1 changed files with 2 additions and 2 deletions

View File

@ -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'),