mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
bm
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Esiur.Security.Membership
|
||||
// local nonce + password or token + remote nonce
|
||||
var challenge = hashFunc.ComputeHash(new BinaryList()
|
||||
.AddUInt8Array(remoteNonce)
|
||||
.AddUInt8Array(Codec.Compose(qa.Answer, null))
|
||||
.AddUInt8Array(Codec.Compose(qa.Answer, null, null))
|
||||
.AddUInt8Array(localNonce)
|
||||
.ToArray());
|
||||
|
||||
|
Reference in New Issue
Block a user