Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Add signing class to the pk module | David Baker | |
2018-10-02 | Work with PkDecryption keys by their private keys | David Baker | |
Change interface to allow the app to get the private part of the key and instantiate a decryption object from just the private part of the key. Changes the function generating a key from random bytes to be initialising a key with a private key (because it's exactly the same thing). Exports & imports private key parts as ArrayBuffer at JS level rather than base64 assuming we are moving that way in general. | |||
2018-10-01 | Remove trailing letter 'K's from the test pubkeys | David Baker | |
base64 encoded newlines somehow? | |||
2018-06-28 | add functions for pickling/unpickling a decryption object | Hubert Chathi | |
2018-06-28 | improve public key encryption unit test | Hubert Chathi | |
2018-06-27 | add initial implementation of basic private key encryption functionality | Hubert Chathi | |