Skip to content

Commit

Permalink
Fix no-std builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 29, 2023
1 parent 8040fed commit d1122a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coins/monero/generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Generators used by Monero in both its Pedersen commitments and Bulletproofs(+).
An implementation of Monero's `ge_fromfe_frombytes_vartime`, simply called
`hash_to_point` here, is included, as needed to generate generators.

This library is usable under no_std when the `alloc` feature is enabled.
This library is usable under no-std when the `std` feature is disabled.
1 change: 1 addition & 0 deletions coins/monero/src/wallet/scan.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use core::ops::Deref;
use std_shims::{
vec::Vec,
string::ToString,
io::{self, Read, Write},
};

Expand Down

0 comments on commit d1122a6

Please sign in to comment.