1 |
It
comes
with
built-in
message
signing.
Assuming
a
long
enough
text,
every
encoding
is
unique.
This
means
except
for
random
chance,
nobody
can
create
texts
with
your
"signature"
without
having
your
private
key.
Decoding
is
deterministic
and
removes
the
added
entropy.
|
1 |
It
comes
with
built-in
message
signing.
Assuming
a
long
enough
text,
every
encoding
of
the
same
text
is
unique.
This
means
except
for
random
chance,
nobody
can
create
texts
with
your
"signature"
without
having
your
private
key.
Decoding
is
deterministic
and
removes
the
added
entropy.
|