ub-tech

Results 3 issues of ub-tech

Hi - I'm trying to run a repo with ring as dependency on a RISC32 arch. I tried to override the dependency based on [this convo](https://github.com/briansmith/ring/pull/1627#issuecomment-1726060248). Is riscv32 supported? Am...

Hi -- I'm having issues importing the `pub mod rocksdb`. I tried importing the `monotree` crate with the feature dependency `db_rocksdb = ["rocksdb"]` with `use monotree::database::{rocksdb::RocksDB}`. Its absolutely possible I'm...

good first issue

Hi - I tried to implement the example from the ReadMe but continue to receive this error. Any thoughts/help would be much appreciated. Thank you. let proof = tree.create_proof(&B256::from(U256::from(i))).unwrap(); |...