Docs.rs
atlas-program-3.0.0
atlas-program 3.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
atlaschainorg
Dependencies
atlas-account-info ^3.0.0
normal
atlas-big-mod-exp ^3.0.0
normal
atlas-blake3-hasher ^3.0.0
normal
atlas-borsh ^3.0.0
normal
optional
atlas-clock ^3.0.0
normal
atlas-cpi ^3.0.0
normal
atlas-epoch-rewards ^3.0.0
normal
atlas-epoch-schedule ^3.0.0
normal
atlas-epoch-stake ^3.0.0
normal
atlas-fee-calculator ^3.0.0
normal
atlas-frozen-abi ^3.0.0
normal
optional
atlas-frozen-abi-macro ^3.0.0
normal
optional
atlas-hash ^3.0.0
normal
atlas-instruction ^3.0.0
normal
atlas-instruction-error ^2.0.0
normal
atlas-instructions-sysvar ^3.0.0
normal
atlas-keccak-hasher ^3.0.0
normal
atlas-last-restart-slot ^3.0.0
normal
atlas-msg ^3.0.0
normal
atlas-native-token ^3.0.0
normal
atlas-program-entrypoint ^3.0.0
normal
atlas-program-error ^3.0.0
normal
atlas-program-memory ^3.0.0
normal
atlas-program-option ^3.0.0
normal
atlas-program-pack ^3.0.0
normal
atlas-pubkey ^3.0.0
normal
atlas-rent ^3.0.0
normal
atlas-sdk-ids ^3.0.0
normal
atlas-secp256k1-recover ^3.0.0
normal
atlas-serde-varint ^3.0.0
normal
atlas-serialize-utils ^3.0.0
normal
atlas-sha256-hasher ^3.0.0
normal
atlas-short-vec ^3.0.0
normal
atlas-slot-hashes ^3.0.0
normal
atlas-slot-history ^3.0.0
normal
atlas-stable-layout ^3.0.0
normal
atlas-system-interface ^2.0
normal
optional
atlas-sysvar ^3.0.0
normal
atlas-sysvar-id ^3.0.0
normal
memoffset ^0.9
normal
atlas-pubkey ^3.0.0
dev
atlas-sysvar ^3.0.0
dev
atlas-example-mocks ^3.0.0
normal
atlas-define-syscall ^3.0.0
normal
Versions
75.56%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module hash
atlas_
program
3.0.0
Module hash
Module Items
Structs
Enums
Constants
Functions
In crate atlas_
program
atlas_program
Module
hash
Copy item path
Source
Expand description
Hashing with the
SHA-256
hash function, and a general
Hash
type.
Structs
§
Hash
A hash; the 32-byte output of a hashing algorithm.
Hasher
Non-
target_os="atlas"
Enums
§
Parse
Hash
Error
Constants
§
HASH_
BYTES
Size of a hash in bytes.
Functions
§
hash
Return a Sha256 hash for the given data.
hashv
Return a Sha256 hash for the given data.