mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
chore: rename sp-core-hashing to sp-crypto-hashing (#1490)
* rename sp-core-hashing to sp-crypto-hashing * fmt
This commit is contained in:
@@ -35,7 +35,7 @@ enum TypeBeingHashed {
|
||||
|
||||
/// Hashing function utilized internally.
|
||||
fn hash(data: &[u8]) -> Hash {
|
||||
sp_core_hashing::twox_256(data)
|
||||
sp_crypto_hashing::twox_256(data)
|
||||
}
|
||||
|
||||
/// XOR two hashes together. Only use this when you don't care about the order
|
||||
|
||||
Reference in New Issue
Block a user