mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
chore: load in BE instead of LE
This commit is contained in:
parent
312169999e
commit
4eb01b67cb
@ -62,7 +62,7 @@ proc toIdentityCredentials*(
|
||||
@(hexToUint[CredentialByteSize](groupKeys[i][2]).toBytesLE())
|
||||
)
|
||||
idCommitment =
|
||||
IDCommitment(@(hexToUint[CredentialByteSize](groupKeys[i][3]).toBytesLE()))
|
||||
IDCommitment(@(hexToUint[CredentialByteSize](groupKeys[i][3]).toBytesBE()))
|
||||
groupIdCredentials.add(
|
||||
IdentityCredential(
|
||||
idTrapdoor: idTrapdoor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user