]> git.lizzy.rs Git - PAKEs.git/commit
spake2: initial `no_std` support (#87)
authorTony Arcieri <bascule@gmail.com>
Sat, 22 Jan 2022 22:03:05 +0000 (15:03 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 22:03:05 +0000 (15:03 -0700)
commite02188cfaed91927083cbecac9f878a6d8d71958
treee73b0bda359c79ac778c1f17057a73d3ada1e0a3
parent0e89af61822595b0e110d399a1de3ce018157cf5
spake2: initial `no_std` support (#87)

Still has a hard dependency on `alloc`, and with the current hard
dependency on `getrandom` also limited platform support
.github/workflows/spake2.yml
spake2/Cargo.toml
spake2/src/lib.rs
spake2/src/tests.rs