re-export BigUint

Signed-off-by: Rin Cat (鈴猫) <rincat@rincat.dev>
This commit is contained in:
Rin Cat (鈴猫) 2025-02-13 21:29:11 -05:00
parent bd7b29f96b
commit 53a437c45b
Signed by: RinCat
GPG Key ID: 4B857E8B2AFC09BC

View File

@ -1,7 +1,7 @@
pub mod sloth;
use base64::{prelude::BASE64_URL_SAFE, Engine};
use num_bigint::BigUint;
pub use num_bigint::BigUint;
use serde::{Deserialize, Serialize};
use wasm_bindgen::prelude::*;