1 2 3 4 5 6
//! Hashing with the [SHA-256] hash function, and a general [`Hash`] type. //! //! [SHA-256]: https://en.wikipedia.org/wiki/SHA-2 //! [`Hash`]: struct@Hash pub use solana_program::hash::*;