ceremonyclient/node/crypto
Cassandra Heart 7a4484b05b
v2.1.0.17 (#499)
* v2.1.0.17

* add release notes
2025-12-19 12:29:23 -06:00
..
proof_tree_rbls48581_test.go v2.1.0.2 (#442) 2025-10-23 01:03:06 -05:00
proof_tree_test.go v2.1.0.17 (#499) 2025-12-19 12:29:23 -06:00
rdf_multiprover_integration_test.go v2.1.0.17 (#499) 2025-12-19 12:29:23 -06:00
README.md v2.1.0 (#439) 2025-09-30 02:48:15 -05:00

crypto package

This package exists as a housing for tests that need external dependencies to verify behaviors of types/tries, types/crypto, and types/schema. It is not expected to hold any cryptography related implementations, those belong outside of the node package. We leave the housing for these tests inside the node package to make CI easier as the scripts and tooling are already built out to run tests on node during the build process. At some point in the future, this package will likely be migrated to an external tests package. If this is performed, as a note to future developers who may take up this task ensure that these tests are still run as part of the build.