summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-bigint/src/boxed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crypto-bigint/src/boxed.rs')
-rw-r--r--vendor/crypto-bigint/src/boxed.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/crypto-bigint/src/boxed.rs b/vendor/crypto-bigint/src/boxed.rs
new file mode 100644
index 0000000..4bcb860
--- /dev/null
+++ b/vendor/crypto-bigint/src/boxed.rs
@@ -0,0 +1,3 @@
+//! Heap-allocated "boxed" types.
+
+pub(crate) mod uint;