Docs.rs
  • snarkvm-circuit-types-integers-1.0.0
    • snarkvm-circuit-types-integers 1.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • howardwu
    • Dependencies
      • snarkvm-console-types-integers =1.0.0 normal optional
      • snarkvm-circuit-environment =1.0.0 normal
      • snarkvm-circuit-types-boolean =1.0.0 normal
      • snarkvm-circuit-types-field =1.0.0 normal
      • snarkvm-circuit-types-scalar =1.0.0 normal
      • paste ^1 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • 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

snarkvm_circuit_types_integers1.0.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Type Aliases

Crate snarkvm_circuit_types_integers

source ·

Modules§

  • abs_checked
  • abs_wrapped
  • add_checked
  • add_wrapped
  • and
  • compare
  • div_checked
  • div_wrapped
  • equal
  • modulo
  • mul_checked
  • mul_wrapped
  • neg
  • not
  • or
  • pow_checked
  • pow_wrapped
  • rem_checked
  • rem_wrapped
  • shl_checked
  • shl_wrapped
  • shr_checked
  • shr_wrapped
  • sub_checked
  • sub_wrapped
  • ternary
  • xor

Structs§

  • Integer

Type Aliases§

  • I8
  • I16
  • I32
  • I64
  • I128
  • U8
  • U16
  • U32
  • U64
  • U128