Docs.rs
  • tiny-ec-0.1.2
    • tiny-ec 0.1.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • chiro-hiro
    • Dependencies
      • arrayref ^0.3 normal
      • digest ^0.9 normal
      • tiny-ec-core ^0.3.0 normal
      • typenum ^1.12 normal optional
      • bincode ^1.3.3 dev
      • clear_on_drop ^0.2 dev
      • hex ^0.4 dev
      • hex-literal ^0.3.3 dev
      • secp256k1 ^0.20.3 dev
      • serde_json ^1.0 dev
      • libsecp256k1-gen-ecmult ^0.3.0 build
      • libsecp256k1-gen-genmult ^0.3.0 build
    • Versions
    • 35.29% of the crate is documented
  • Go to latest version
  • 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

tiny_ec0.1.2

Module util

Module Items

  • Constants
  • Statics
  • Functions

In crate tiny_ec

tiny_ec

Module util

Source
Expand description

Utilities to manipulate the secp256k1 curve parameters.

Constants§

  • COMPRESSED_PUBLIC_KEY_SIZE
  • DER_MAX_SIGNATURE_SIZE
  • ECMULT_TABLE_SIZE_A
  • ECMULT_TABLE_SIZE_G
  • FULL_PUBLIC_KEY_SIZE
  • MESSAGE_SIZE
  • RAW_PUBLIC_KEY_SIZE
  • SECRET_KEY_SIZE
  • SIGNATURE_SIZE
  • TAG_PUBKEY_EVEN
  • TAG_PUBKEY_FULL
  • TAG_PUBKEY_HYBRID_EVEN
  • TAG_PUBKEY_HYBRID_ODD
  • TAG_PUBKEY_ODD
  • WINDOW_A
  • WINDOW_G

Statics§

  • AFFINE_INFINITY
  • JACOBIAN_INFINITY

Functions§

  • globalz_set_table_gej
  • odd_multiples_table
  • set_table_gej_var