nucypher/tests/integration
derekpierre 03ca66b561 Utilize efficiency improvements to ThresholdMessageKit that ensures that Ciphertext is not needlessly copied between python layer and Rust later.
Allow ciphertext header to be directly obtained without needing to first get the Ciphertext.
Move decryption of ferveo encrypted data into a method on ThresholdMessageKit so that the Ciphertext data can be used directly in Rust layer, and not pulled into python to then pass
it back into the Rust layer for decryption.
2023-08-27 03:19:28 +02:00
..
blockchain Rename DkgMessageKit to ThresholdMessageKit. 2023-08-27 03:18:08 +02:00
characters Rename DkgMessageKit to ThresholdMessageKit. 2023-08-27 03:18:08 +02:00
cli use the staking and payment provider uris as default conditions providers before Ursula's construction. 2023-08-22 15:41:23 +02:00
config Utilize efficiency improvements to ThresholdMessageKit that ensures that Ciphertext is not needlessly copied between python layer and Rust later. 2023-08-27 03:19:28 +02:00
learning Caracters (config) are blockchainy 2023-06-26 20:42:51 +02:00
network tests for /conditions_chains endpoint 2023-08-24 14:17:12 +02:00
utilities fix a failing test after a rebase 2023-08-23 20:35:58 +02:00
conftest.py dehydrate multichain test mocks and utilities for fixture resuse in multiple suites. 2023-08-24 14:26:29 +02:00