Comparing version 0.9.0-rc19 to 0.9.0-rc21
@@ -26,4 +26,4 @@ /* tslint:disable */ | ||
* | ||
* * `server_pks` - a list of KMS server signature public keys, | ||
* which can parsed using [u8vec_to_public_sig_key]. | ||
* * `server_addrs` - a list of KMS server EIP-55 addresses, | ||
* must be prefixed with "0x". | ||
* | ||
@@ -101,3 +101,4 @@ * * `client_address_hex` - the client (wallet) address in hex, | ||
* Process the reencryption response from JavaScript objects. | ||
* The result is a byte array representing a plaintext of any length. | ||
* The returned result is a byte array representing a plaintext of any length, | ||
* postprocessing is returned to turn it into an integer. | ||
* | ||
@@ -115,3 +116,3 @@ * * `client` - client that wants to perform reencryption. | ||
* enc_key: '2000000000000000df2fcacb774f03187f3802a27259f45c06d33cefa68d9c53426b15ad531aa822', | ||
* ciphertext_digest: '0748b542afe2353c86cb707e3d21044b0be1fd18efc7cbaa6a415af055bfb358', | ||
* ciphertext_handle: '0748b542afe2353c86cb707e3d21044b0be1fd18efc7cbaa6a415af055bfb358', | ||
* eip712_verifying_contract: '0x66f9664f97F2b50F62D13eA064982f936dE76657' | ||
@@ -118,0 +119,0 @@ * } |
@@ -255,4 +255,4 @@ | ||
* | ||
* * `server_pks` - a list of KMS server signature public keys, | ||
* which can parsed using [u8vec_to_public_sig_key]. | ||
* * `server_addrs` - a list of KMS server EIP-55 addresses, | ||
* must be prefixed with "0x". | ||
* | ||
@@ -442,3 +442,4 @@ * * `client_address_hex` - the client (wallet) address in hex, | ||
* Process the reencryption response from JavaScript objects. | ||
* The result is a byte array representing a plaintext of any length. | ||
* The returned result is a byte array representing a plaintext of any length, | ||
* postprocessing is returned to turn it into an integer. | ||
* | ||
@@ -456,3 +457,3 @@ * * `client` - client that wants to perform reencryption. | ||
* enc_key: '2000000000000000df2fcacb774f03187f3802a27259f45c06d33cefa68d9c53426b15ad531aa822', | ||
* ciphertext_digest: '0748b542afe2353c86cb707e3d21044b0be1fd18efc7cbaa6a415af055bfb358', | ||
* ciphertext_handle: '0748b542afe2353c86cb707e3d21044b0be1fd18efc7cbaa6a415af055bfb358', | ||
* eip712_verifying_contract: '0x66f9664f97F2b50F62D13eA064982f936dE76657' | ||
@@ -459,0 +460,0 @@ * } |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.9.0-rc19", | ||
"version": "0.9.0-rc21", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -9,0 +9,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
593921
2039