Change README and docs sidebar image to transparent version.

This commit is contained in:
Isis Lovecruft 2018-01-31 02:26:28 +00:00
parent cd112afff5
commit 23bc6ff848
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<img
width="33%"
align="right"
src="https://user-images.githubusercontent.com/797/34898472-83686016-f7f3-11e7-967b-24b2aadd623a.png"/>
src="https://raw.githubusercontent.com/dalek-cryptography/curve25519-dalek/develop/dalek-logo-clear.png"/>
**A pure-Rust implementation of group operations on Ristretto and Curve25519.**

View file

@ -24,7 +24,7 @@
#![cfg_attr(feature = "nightly", deny(missing_docs))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![doc(html_logo_url = "https://user-images.githubusercontent.com/797/34898472-83686016-f7f3-11e7-967b-24b2aadd623a.png")]
#![doc(html_logo_url = "https://github.com/dalek-cryptography/curve25519-dalek/blob/develop/dalek-logo-clear.png?raw=true")]
//------------------------------------------------------------------------
// External dependencies: