mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-17 05:02:29 +00:00
feat(net): hook up prove version for grunt logins
This commit is contained in:
parent
60943f6abf
commit
19a7e1997b
6 changed files with 70 additions and 8 deletions
|
|
@ -8,6 +8,8 @@ class SRP6_Random;
|
|||
class SRP6_Client {
|
||||
public:
|
||||
// Member variables
|
||||
uint8_t clientPublicKey[32];
|
||||
uint8_t clientProof[20];
|
||||
uint8_t accountNameDigest[SHA1_DIGEST_SIZE];
|
||||
uint8_t interimDigest[SHA1_DIGEST_SIZE];
|
||||
SHA1_CONTEXT ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue