mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fixed README image layout and gave the logo the alt text described in #89
This commit is contained in:
parent
01672bfc63
commit
1ddad1858f
1 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
# curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
# curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
||||||
|
|
||||||
|
<p style="float: right">
|
||||||
<img
|
<img
|
||||||
width="33%"
|
width="300px"
|
||||||
align="right"
|
alt="dalek-cryptography logo: a dalek with edwards curves as sparkles coming out of its radar-schnozzley blaster thingies"
|
||||||
src="https://doc.dalek.rs/assets/dalek-logo-clear.png"/>
|
src="https://doc.dalek.rs/assets/dalek-logo-clear.png"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
**A pure-Rust implementation of group operations on Ristretto and Curve25519.**
|
**A pure-Rust implementation of group operations on Ristretto and Curve25519.**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue