Fix cipher type
This commit is contained in:
+1
-1
@@ -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()}}).
|
||||||
|
|||||||
Reference in New Issue
Block a user