ceremonyclient/node/crypto/README.md
Cassandra Heart dbd95bd9e9
v2.1.0 (#439)
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete

* 2.1.0 main node rollup
2025-09-30 02:48:15 -05:00

11 lines
685 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.