librust-cx448-dev (0.1.1-1)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
rust-cx448
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
312 B
Size expected
53.4 kB
Size actual
53.4 kB
Size match

Dependencies

Required package dependencies

  • librust-crypto-bigint-0.5+generic-array-dev (>= 0.5.5)
  • librust-elliptic-curve-0.13+arithmetic-dev
  • librust-elliptic-curve-0.13+bits-dev
  • librust-elliptic-curve-0.13+default-dev
  • librust-elliptic-curve-0.13+hash2curve-dev
  • librust-elliptic-curve-0.13+jwk-dev
  • librust-elliptic-curve-0.13+pem-dev
  • librust-elliptic-curve-0.13+pkcs8-dev
  • librust-elliptic-curve-0.13+sec1-dev
  • librust-pkcs8-0.10+alloc-dev
  • librust-pkcs8-0.10+default-dev
  • librust-rand-core-0.6-dev
  • librust-serdect-0.2+alloc-dev
  • librust-serdect-0.2+default-dev
  • librust-sha3-0.10-dev
  • librust-signature-2+digest-dev (>= 2.2)
  • librust-signature-2+rand-core-dev (>= 2.2)
  • librust-signature-2+std-dev (>= 2.2)
  • librust-subtle-2-dev (>= 2.6)
  • librust-zeroize-1+alloc-dev (>= 1.8)
  • librust-zeroize-1+default-dev (>= 1.8)
  • librust-zeroize-1-dev (>= 1.8)

Suggested packages

Recommended additional packages

  • None

Description

Pure-Rust implementation of Ed448 and Curve448 and Decaf - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5f2a10b09…18c4f1dd
SHA-185463cb8…6fcc0906
SHA-2569578bc63…809785e4
SHA-512a3247331…e8c8fbc2

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/cx448-0.1.1
usr/share/cargo/registry/cx448-0.1.1/.cargo-checksum.json
usr/share/cargo/registry/cx448-0.1.1/.cargo_vcs_info.json
usr/share/cargo/registry/cx448-0.1.1/.github
usr/share/cargo/registry/cx448-0.1.1/.github/dependabot.yml
usr/share/cargo/registry/cx448-0.1.1/.github/workflows
usr/share/cargo/registry/cx448-0.1.1/.github/workflows/ed448.yml
usr/share/cargo/registry/cx448-0.1.1/.github/workflows/workspace.yml
usr/share/cargo/registry/cx448-0.1.1/.gitignore
usr/share/cargo/registry/cx448-0.1.1/Cargo.toml
usr/share/cargo/registry/cx448-0.1.1/Cargo.toml.orig
usr/share/cargo/registry/cx448-0.1.1/README.md
usr/share/cargo/registry/cx448-0.1.1/debian
usr/share/cargo/registry/cx448-0.1.1/debian/patches
usr/share/cargo/registry/cx448-0.1.1/debian/patches/relax-deps.patch
usr/share/cargo/registry/cx448-0.1.1/debian/patches/series
usr/share/cargo/registry/cx448-0.1.1/src
usr/share/cargo/registry/cx448-0.1.1/src/constants.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve
usr/share/cargo/registry/cx448-0.1.1/src/curve/edwards
usr/share/cargo/registry/cx448-0.1.1/src/curve/edwards/affine.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/edwards/extended.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/edwards.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/montgomery.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/double_and_add.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/double_base.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/variable_base.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/window
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/window/wnaf.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul/window.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/scalar_mul.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards/affine.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards/extended.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards/extensible.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards/projective.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve/twedwards.rs
usr/share/cargo/registry/cx448-0.1.1/src/curve.rs
usr/share/cargo/registry/cx448-0.1.1/src/decaf
usr/share/cargo/registry/cx448-0.1.1/src/decaf/affine.rs
usr/share/cargo/registry/cx448-0.1.1/src/decaf/ops.rs
usr/share/cargo/registry/cx448-0.1.1/src/decaf/points.rs
usr/share/cargo/registry/cx448-0.1.1/src/decaf.rs
usr/share/cargo/registry/cx448-0.1.1/src/field
usr/share/cargo/registry/cx448-0.1.1/src/field/element.rs
usr/share/cargo/registry/cx448-0.1.1/src/field/scalar.rs
usr/share/cargo/registry/cx448-0.1.1/src/field.rs
usr/share/cargo/registry/cx448-0.1.1/src/lib.rs
usr/share/cargo/registry/cx448-0.1.1/src/macros.rs
usr/share/cargo/registry/cx448-0.1.1/src/ristretto
usr/share/cargo/registry/cx448-0.1.1/src/ristretto/constants.rs
usr/share/cargo/registry/cx448-0.1.1/src/ristretto/points.rs
usr/share/cargo/registry/cx448-0.1.1/src/ristretto.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign
usr/share/cargo/registry/cx448-0.1.1/src/sign/context.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign/error.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign/expanded.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign/signature.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign/signing_key.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign/verifying_key.rs
usr/share/cargo/registry/cx448-0.1.1/src/sign.rs
usr/share/cargo/registry/cx448-0.1.1/src/x448.rs
usr/share/doc
usr/share/doc/librust-cx448-dev
usr/share/doc/librust-cx448-dev/changelog.Debian.gz
usr/share/doc/librust-cx448-dev/copyright