#sodium #nacl #no-std

no-std sodalite

Tweetnacl in pure rust with no std dependency

16 releases

0.4.0 Aug 23, 2020
0.3.0 Sep 29, 2017
0.2.6 Jan 19, 2017
0.2.3 Nov 6, 2016
0.1.0 Oct 16, 2015

#518 in Cryptography

Download history 354/week @ 2023-11-20 292/week @ 2023-11-27 241/week @ 2023-12-04 256/week @ 2023-12-11 286/week @ 2023-12-18 200/week @ 2023-12-25 181/week @ 2024-01-01 460/week @ 2024-01-08 455/week @ 2024-01-15 304/week @ 2024-01-22 354/week @ 2024-01-29 235/week @ 2024-02-05 266/week @ 2024-02-12 196/week @ 2024-02-19 301/week @ 2024-02-26 272/week @ 2024-03-04

1,049 downloads per month
Used in 10 crates (7 directly)

Apache-2.0 OR MIT

43KB
1K SLoC

sodalite

An implimentation of tweetnacl in pure rust. Originally generated by manually translating tweetnacl.c into rust. Tested by verifying outputs match those of tweetnacl.

Todo

  • provide additional APIs:
  • rather than take bare mutable references, use wrapper types around the refs to capture the underlying type (ie: prevent mixing keys between primitives)
  • add a buffer and/or "set-only" abstraction to prevent unsafety wrt uninitialized values (also should allow some internal optimization).
  • sodiumoxide style API that returns values rather than taking mutable refs
  • Use namespacing to seperate different APIs and backend impls
  • start testing against sodiumoxide as well
  • Provide some of the API impovements from libsodium that are missing nacl (disjoint signatures, not requiring special extra space in buffers)

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~120KB