BafS
|
de6ffc2f76
|
Remove 'user strict'
'use strict' is unnecessary inside modules because module code is always strict mode code. Ref: https://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
|
2018-02-13 23:33:09 +01:00 |
|
Mahrud Sayrafi
|
3370eaa2aa
|
Expands truncated little-endian parameters in EdDSA
|
2018-02-02 05:42:54 -08:00 |
|
Sanjana Rajan
|
3ce6309788
|
cleanup
|
2018-01-30 18:36:26 +01:00 |
|
Mahrud Sayrafi
|
3e1d9c4d0d
|
Fixes ECDH with Curve25519 and key import/export problems
|
2018-01-30 18:35:06 +01:00 |
|
Mahrud Sayrafi
|
21ae66c604
|
encrypt/decrypt/sign/verify will always return promises
Note: publicKeyEncryptedSessionKey uses promises, symEncryptedSessionKey does not
|
2018-01-30 18:33:55 +01:00 |
|
Mahrud Sayrafi
|
1a714cec73
|
ECC with async/await is 'Done, without errors.'
|
2018-01-30 18:33:55 +01:00 |
|
Sanjana Rajan
|
8794446a66
|
change some variable names, add some curve parameters
|
2018-01-30 18:30:17 +01:00 |
|
Sanjana Rajan
|
b40408d42f
|
standardize packet reading code, make pkcs5 function names same as pkcs1
|
2018-01-30 18:30:16 +01:00 |
|
Sanjana Rajan
|
b718cf359d
|
simplify packet parsing using type maps
|
2018-01-30 18:30:16 +01:00 |
|
Sanjana Rajan
|
840c0229f8
|
move hex2Uint8array to utils
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
fade832619
|
remove material parameter for now
|
2018-01-30 18:30:15 +01:00 |
|
Ismael Bejarano
|
585a2bd69d
|
Functions to encrypt and decrypt ECDH keys
|
2018-01-30 18:30:14 +01:00 |
|