This commit is contained in:
Robin Salen 2023-08-01 16:48:15 -04:00
parent 8365608b85
commit 5316f89043
No known key found for this signature in database
GPG Key ID: FB87BACFB3CB2007

View File

@ -73,6 +73,7 @@ pub(crate) fn h256_limbs<F: Field>(h256: H256) -> [F; 8] {
.unwrap()
}
#[allow(unused)]
/// Returns the 32-bit limbs of a `U160`.
pub(crate) fn h160_limbs<F: Field>(h160: H160) -> [F; 5] {
h160.0