Crate atlas_pubkey

Crate atlas_pubkey 

Source
Expand description

Atlas account addresses.

Macros§

declare_deprecated_id
Same as declare_id except that it reports that this ID has been deprecated.
declare_id
Convenience macro to declare a static public key and functions to interact with it.
pubkey
Convenience macro to define a static Address value.

Structs§

Pubkey
The address of a Atlas account.
PubkeyHasherrand and non-target_os="atlas"
A faster, but less collision resistant hasher for addresses.
PubkeyHasherBuilderrand and non-target_os="atlas"
A builder for faster, but less collision resistant hasher for addresses.

Enums§

ParsePubkeyError
PubkeyError

Constants§

MAX_SEEDS
Maximum number of seeds
MAX_SEED_LEN
maximum length of derived Address seed
PUBKEY_BYTES
Number of bytes in an address.

Functions§

bytes_are_curve_pointtarget_os="atlas" or curve25519
new_randrand and non-target_os="atlas"
New random Pubkey for tests and benchmarks.