meejah
|
bf16cf4c03
|
fix url
|
2019-06-23 11:25:59 -06:00 |
|
meejah
|
ce27c2ee24
|
use public_exponent 17 to match what was in use before
|
2019-06-23 00:28:41 -06:00 |
|
meejah
|
9e5b6f1d0e
|
better comment, cleanup
|
2019-06-17 22:16:50 -06:00 |
|
meejah
|
a27a5ce581
|
test all error-cases, and some fixups
|
2019-06-17 21:56:06 -06:00 |
|
meejah
|
802f1afde6
|
fix and clarify docstrings
|
2019-06-17 19:16:39 -06:00 |
|
meejah
|
a36f2a8dc7
|
better docstrings
|
2019-06-17 18:57:42 -06:00 |
|
meejah
|
c2fbbe4f46
|
add docstrings
|
2019-06-17 18:55:26 -06:00 |
|
meejah
|
d0296b9ae8
|
redundant
|
2019-06-17 17:12:22 -06:00 |
|
meejah
|
310fb60247
|
move AES to a helper-function style
|
2019-06-17 15:54:46 -06:00 |
|
meejah
|
47ccdb0177
|
refactor ed25519 helpers to functional style
eliminates the wrapper classes and uses some more-explicit
names throughout (e.g "sk" -> "signing_key")
|
2019-06-13 22:19:28 -06:00 |
|
meejah
|
49b7756a8b
|
formatting, and constants-naming
|
2019-06-13 22:19:28 -06:00 |
|
meejah
|
02bc5c1f42
|
codechecks fixup
|
2019-06-13 22:19:28 -06:00 |
|
meejah
|
df4671f90e
|
refactor away from pycryptopp "helper" classes
|
2019-06-13 22:19:28 -06:00 |
|
heartsucker
|
8063d93c6d
|
replaced pytcryptopp rsa with our own wrapper
|
2019-06-13 22:19:28 -06:00 |
|
heartsucker
|
9e31bfe2f4
|
update code/test to use new ed25512 module
|
2019-06-13 22:19:28 -06:00 |
|
heartsucker
|
3a5a0fb572
|
replaced uses of pycryptopp's ed25519 with our own
|
2019-06-13 22:18:55 -06:00 |
|
heartsucker
|
f3955453ba
|
added ed25519 wrapper
|
2019-06-13 22:18:55 -06:00 |
|
heartsucker
|
405f396f79
|
added own aes wrapper
|
2019-06-13 22:18:55 -06:00 |
|