#correct #algorithm

bin+lib scytale

A fast and correct cryptographic library

1 unstable release

0.1.0 May 9, 2024

#1077 in Cryptography

Download history 139/week @ 2024-05-09

139 downloads per month

BSD-2-Clause-Patent

33KB
854 lines

build status

Scytale

Scytale (pronounced /ˈskɪtəliː/) is a high quality cryptographic library written in Rust. Our goal is to provide fast and correct implementations of common cryptographic algorithms and services.

Scytale is in early development. The following algorithms are currently available:

  • SHA2-224
  • SHA2-256
  • SHA2-384
  • SHA2-512
  • SHA2-512/224
  • SHA2-512/256

Licence

Scytale is licensed under the BSD+Patent License (SPDX short identifier: BSD-2-Clause-Patent). See the LICENSE file or https://opensource.org/license/bsdpluspatent for details.

Contributions

Contributions are welcome. Contributors retain their copyrights, but must licence their code under the BSD+Patent License. If you submit contributions, you are agreeing to these terms.


lib.rs:

Scytale (pronounced /ˈskɪtəliː/) is a fast and correct cryptographic library.

Dependencies

~5–7.5MB
~133K SLoC