Docs.rs
  • shaman-0.1.0
    • shaman 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zcdziura
    • Dependencies
      • rand * normal
      • rustc-serialize * normal
    • Versions
    • 60.77% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

shaman0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • buffer::BorrowedWriteBuffer
  • buffer::OwnedReadBuffer
  • buffer::OwnedWriteBuffer
  • buffer::RefReadBuffer
  • buffer::RefWriteBuffer
  • cryptoutil::FixedBuffer128
  • cryptoutil::FixedBuffer64
  • sha1::Sha1
  • sha2::Sha224
  • sha2::Sha256
  • sha2::Sha384
  • sha2::Sha512
  • sha2::Sha512Trunc224
  • sha2::Sha512Trunc256

Enums

  • buffer::BufferResult

Traits

  • buffer::ReadBuffer
  • buffer::WriteBuffer
  • cryptoutil::FixedBuffer
  • cryptoutil::StandardPadding
  • cryptoutil::WriteExt
  • digest::Digest

Functions

  • cryptoutil::add_bytes_to_bits
  • cryptoutil::add_bytes_to_bits_tuple
  • cryptoutil::copy_memory
  • cryptoutil::read_u32_be
  • cryptoutil::read_u32_le
  • cryptoutil::read_u32v_be
  • cryptoutil::read_u32v_le
  • cryptoutil::read_u64v_be
  • cryptoutil::read_u64v_le
  • cryptoutil::symm_enc_or_dec
  • cryptoutil::write_u32_be
  • cryptoutil::write_u32_le
  • cryptoutil::write_u32v_le
  • cryptoutil::write_u64_be
  • cryptoutil::write_u64_le
  • cryptoutil::write_u64v_le
  • cryptoutil::xor_keystream
  • cryptoutil::zero
  • sha1::sha1_digest_block
  • sha1::sha1_digest_block_u32
  • sha1::sha1_digest_round_x4
  • sha1::sha1_first
  • sha1::sha1_first_add
  • sha1::sha1_first_half
  • sha1::sha1_schedule_x4
  • sha2::sha256_digest_block
  • sha2::sha256_digest_block_u32
  • sha2::sha256_digest_round_x2
  • sha2::sha256_schedule_x4
  • sha2::sha512_digest_block
  • sha2::sha512_digest_block_u64
  • sha2::sha512_digest_round
  • sha2::sha512_schedule_x2

Constants

  • sha2::K32
  • sha2::K32X4
  • sha2::K64
  • sha2::K64X2