Added missing flush
This commit is contained in:
parent
7345e79eec
commit
cab0171b1a
@ -55,6 +55,8 @@ namespace Ed25519
|
|||||||
{
|
{
|
||||||
nOut.Write(encodedBigR);
|
nOut.Write(encodedBigR);
|
||||||
nOut.Write(s.EncodeInt());
|
nOut.Write(s.EncodeInt());
|
||||||
|
nOut.Flush();
|
||||||
|
|
||||||
return nOut.ToArray();
|
return nOut.ToArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user