Docs.rs
  • stream-cipher-0.3.2
    • stream-cipher 0.3.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • newpavlov
    • github:rustcrypto:traits
    • Dependencies
      • blobby ^0.1 normal
      • generic-array ^0.12 normal
    • Versions
  • This release has been yanked, go to latest version
  • Platform
    • i686-apple-darwin
    • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Crate stream_cipher

See all stream_cipher's items

  • Re-exports
  • Structs
  • Traits

Crates

  • stream_cipher
Change settings

[−][src]Crate stream_cipher

[−] Expand description

This crate defines a set of traits which define functionality of stream ciphers.

See RustCrypto/stream-ciphers for ciphers implementation.

Re-exports

pub extern crate generic_array;

Structs

InvalidKeyNonceLength

Error which notifies that key or/and nonce used in stream cipher initialization had an invalid length.

LoopError

Error which notifies that stream cipher has reached the end of a keystream.

Traits

NewStreamCipher

Stream cipher creation trait.

StreamCipher

Stream cipher core trait which covers both synchronous and asynchronous ciphers.

SyncStreamCipher

Synchronous stream cipher core trait.

SyncStreamCipherSeek

Synchronous stream cipher seeking trait.

Results for SyncStreamCipherSeek

In Names
(1)
In Parameters
(0)
In Return Types
(0)
stream_cipher::SyncStreamCipherSeekSynchronous stream cipher seeking trait. 
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
↑
Move up in search results
↓
Move down in search results
↹
Switch tab
⏎
Go to active search result
+
Expand all sections
-
Collapse all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g., fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g., vec -> usize or * -> vec)

Search multiple things at once by splitting your query with comma (e.g., str,u8 or String,struct:Vec,test)