github.com/mad-day/Yawning-crypto@v0.0.0-20190711051033-5a5f8cca32ec/README.md (about) 1 # Yawning-crypto 2 3 Stuff, mirrored from github.com/Yawning/* to remove the dead references to git.schwanenlied.me/yawning/* repos. 4 5 The code is **© Yawning Angel (yawning at schwanenlied dot me)**. I mirrored it, because the code in his github repos, 6 constantly import golang packages located at `git.schwanenlied.me/yawning/*` which down currently, and otherwise appeared to be unreliable somehow. 7 8 In these repo, you'll find code with working package-references. 9 10 11 ## Disclaimer 12 13 **This is not done in an act of disrespect.** But if I find stuff, that's broken, I fix it. I was fed up by broken builds caused by 14 15 ```go 16 import "git.schwanenlied.me/yawning/... .git/..." 17 ``` 18 19 and all that error messages because of that. My intention is to fix it. 20 21 ##### Other reasons for forks: 22 23 Some packages add extensions, missing in the original Package. One example is this: [github.com/mad-day/newhope](https://github.com/mad-day/newhope), an implementation of **newhope**, forked to add the capability to export/import the private keys for use in IES-style encryption schemes.