Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  lib.rs

  Sprache: Rust
 

#![no_std]

/// The length of a SHA224 hash in bytes.
pub const SHA224_LENGTH: usize = 28;

/// The length of a SHA256 hash in bytes.
pub const SHA256_LENGTH: usize = 32;

/// The length of a SHA384 hash in bytes.
pub const SHA384_LENGTH: usize = 48;

/// The length of a SHA512 hash in bytes.
pub const SHA512_LENGTH: usize = 64;

/// The generated hacl code
#[cfg(not(feature = "expose-hacl"))]
mod hacl;

/// The generated hacl code
#[cfg(feature = "expose-hacl")]
pub mod hacl;

/// The implementation of our types using that hacl code
mod impl_hacl;

/// use it if we want to use hacl
pub use impl_hacl::*;

/// Re-export the `Digest` trait.
pub use libcrux_traits::Digest;

Messung V0.5 in Prozent
C=95 H=98 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002