Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | challeng: c36: implement logout | siddharth | 2022-05-14 | 1 | -0/+3 |
* | lib: SRPClient: add news functions | siddharth | 2022-05-14 | 1 | -0/+29 |
* | lib: SRPUser: add news functions | siddharth | 2022-05-14 | 1 | -0/+16 |
* | lib: SRPServer: add GetUser | siddharth | 2022-05-14 | 1 | -0/+9 |
* | lib: srp: update SRPClientSession | siddharth | 2022-05-14 | 1 | -0/+2 |
* | lib: srp: update SRPUser | siddharth | 2022-05-14 | 1 | -0/+2 |
* | lib: update SRPClient | siddharth | 2022-04-30 | 1 | -1/+1 |
* | lib: add SRPServer.RegisterUser | siddharth | 2022-04-30 | 2 | -1/+60 |
* | lib: add srp mac verification functions | siddharth | 2022-04-16 | 2 | -0/+27 |
* | lib: add srp session key functions | siddharth | 2022-04-11 | 2 | -0/+164 |
* | lib: add srp scrambling parameter functions | siddharth | 2022-04-10 | 2 | -0/+124 |
* | lib: add srp ephemeral functions | siddharth | 2022-04-10 | 2 | -0/+117 |
* | lib: add NewSRPClientSession | siddharth | 2022-04-09 | 2 | -0/+79 |
* | lib: flesh out SRPUser | siddharth | 2022-04-06 | 2 | -0/+202 |
* | lib: add HmacSha256 | siddharth | 2022-03-29 | 2 | -0/+70 |
* | lib: add sha256 implementation | siddharth | 2022-03-05 | 2 | -0/+223 |
* | lib: sha1MessageBlocks -> shaMessageBlocks | siddharth | 2022-03-05 | 1 | -2/+2 |
* | lib: add shaStr | siddharth | 2022-03-05 | 2 | -0/+21 |
* | lib: add test for `sha1('')` | siddharth | 2022-01-21 | 1 | -0/+9 |
* | lib: add StrToNum | siddharth | 2022-01-17 | 2 | -0/+70 |
* | lib: implement diffie-hellman | siddharth | 2021-11-21 | 2 | -0/+77 |
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 19 | -19/+19 |
* | lib: add Sleep | siddharth | 2021-10-16 | 1 | -0/+5 |
* | lib: fix HexStrToBytes | siddharth | 2021-10-16 | 1 | -1/+1 |
* | lib: add HmacSha1 | siddharth | 2021-10-12 | 2 | -0/+116 |
* | lib: move around MDPadding | siddharth | 2021-10-12 | 1 | -42/+42 |
* | lib: add BytesToUint32sLittleEndian | siddharth | 2021-10-11 | 1 | -0/+22 |
* | lib: add Mac and MacVerify for md4 | siddharth | 2021-10-11 | 2 | -0/+33 |
* | lib: md4Padding -> Md4Padding | siddharth | 2021-10-11 | 1 | -2/+2 |
* | lib: implement md4 | siddharth | 2021-10-10 | 2 | -0/+311 |
* | Revert "lib: move common hashing functions to hash.go" | siddharth | 2021-10-10 | 2 | -68/+67 |
* | lib: move sha arithmetic functions to hash.go | siddharth | 2021-10-10 | 2 | -27/+27 |
* | lib: sha_test: reformat import statement | siddharth | 2021-10-10 | 1 | -3/+1 |
* | lib: add test for sha1 | siddharth | 2021-10-10 | 1 | -0/+46 |
* | lib: move common hashing functions to hash.go | siddharth | 2021-10-10 | 2 | -67/+72 |
* | lib: update HexStrToAsciiStr | siddharth | 2021-10-10 | 1 | -2/+2 |
* | lib: refactor sha1 padding and hashing | siddharth | 2021-10-09 | 1 | -20/+30 |
* | lib: update sha1Pad | siddharth | 2021-10-09 | 1 | -32/+2 |
* | lib: add MPPadding | siddharth | 2021-10-09 | 1 | -0/+41 |
* | lib: add BytesToUint32s | siddharth | 2021-10-09 | 1 | -0/+22 |
* | lib: refactor sha1 implementation | siddharth | 2021-10-09 | 1 | -7/+23 |
* | lib: Sha1MacVerify | siddharth | 2021-10-05 | 1 | -0/+6 |
* | lib: add Sha1Mac | siddharth | 2021-10-05 | 1 | -0/+5 |
* | lib: implement sha1 | siddharth | 2021-09-26 | 1 | -0/+209 |
* | lib: CPError.err -> CPError.Err | siddharth | 2021-09-19 | 1 | -2/+2 |
* | lib: aesInvCipher -> AESInvCipher | siddharth | 2021-09-19 | 1 | -3/+3 |
* | lib/rng.go: remove blank line | siddharth | 2021-09-12 | 1 | -1/+0 |
* | lib: aesCipher -> AESCipher | siddharth | 2021-09-12 | 1 | -4/+4 |
* | lib: remove MTToken | siddharth | 2021-09-09 | 1 | -23/+0 |
* | lib: MTPasswordResetToken -> MTToken | siddharth | 2021-09-04 | 1 | -1/+3 |