UNPKG
envelope-spec
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.0.1
specification for envelope encryption
github.com/ssbc/envelope-spec
ssbc/envelope-spec
envelope-spec
/
error_codes.json
5 lines
(4 loc)
•
121 B
JSON
View Raw
1
2
3
4
5
{
"boxEmptyPlainText"
:
"box requires a non-empty plain_text"
,
"boxZerodMsgKey"
:
"box requires a non-empty msg_key"
}