summaryrefslogtreecommitdiffstats
path: root/lib/srp.go
Commit message (Collapse)AuthorAgeFilesLines
* lib: SRPClient: add news functionssiddharth2022-05-141-0/+29
| | | | To set and get unexoposed fields.
* lib: SRPUser: add news functionssiddharth2022-05-141-0/+16
| | | | To set and get unexoposed fields.
* lib: SRPServer: add GetUsersiddharth2022-05-141-0/+9
|
* lib: srp: update SRPClientSessionsiddharth2022-05-141-0/+2
| | | | Add `loggedIn` field.
* lib: srp: update SRPUsersiddharth2022-05-141-0/+2
| | | | Add `loggedIn` field.
* lib: update SRPClientsiddharth2022-04-301-1/+1
| | | | Change session -> Session and make it pointer type.
* lib: add SRPServer.RegisterUsersiddharth2022-04-301-1/+11
|
* lib: add srp mac verification functionssiddharth2022-04-161-0/+14
|
* lib: add srp session key functionssiddharth2022-04-111-0/+77
|
* lib: add srp scrambling parameter functionssiddharth2022-04-101-0/+58
|
* lib: add srp ephemeral functionssiddharth2022-04-101-0/+51
|
* lib: add NewSRPClientSessionsiddharth2022-04-091-0/+30
|
* lib: flesh out SRPUsersiddharth2022-04-061-0/+133