Fix cipher type
This commit is contained in:
parent
6a8748b05e
commit
9d092e7f55
@ -16,4 +16,4 @@
|
|||||||
{name = "" :: string(),
|
{name = "" :: string(),
|
||||||
id = <<>> :: clutch:id(),
|
id = <<>> :: clutch:id(),
|
||||||
pair = #{} :: #{public := binary(), secret := binary()},
|
pair = #{} :: #{public := binary(), secret := binary()},
|
||||||
type = {eddsa, 256} :: {Cipher :: atom, Bitsize :: pos_integer()}}).
|
type = {{eddsa, ed25519}, 256} :: {Cipher :: term(), Size :: pos_integer()}}).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user