80 captures
14 Apr 2018 - 05 Feb 2026
Oct NOV Dec
09
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Archive Team

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: Archive Team: URLs

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20201109032229/https://dalek.rs/
 


dalek.rs  


Home

About

Projects 

LIBRARIES

curve25519-dalek

subtle

incredible


PROTOCOLS
 
ed25519-dalek
 
x25519-dalek

bulletproofs
 




Github

Slack/IRC

Mailing Lists
 








                                                          _____                               
                                                         /░░░░░\                              
                                                        /░░░░░░░╠══O                          
                                                        ╠═══════╣═════O                       
        ██████╗  █████╗ ██╗    ██████╗██╗  ██╗          ◖● ● ● ●◗                             
        ██╔══██╗██╔══██╗██║    ██╔═══╝██║ ██╔╝          ◖● ● ● ●◗                             
        ██║  ██║███████║██║    ████╗  █████╔╝          ◖ ● ● ● ● ◗                            
        ██║  ██║██╔══██║██║    ██╔═╝  ██╔═██╗         ◖ ●  ●  ● ● ◗                           
        ██████╔╝██║  ██║██████╗██████╗██║  ██╗       ◖_●___●___●_●_◗                          
        ╚═════╝ ╚═╝  ╚═╝╚═════╝╚═════╝╚═╝  ╚═╝       [░░░░░░░░░░░░░░]                         
 █████╗██████╗ ██╗   ██╗█████╗ ██████╗ ████╗  █████╗ ██████╗  █████╗ ██████╗ ██╗  ██╗██╗   ██╗
██╔═══╝██╔══██╗╚██╗ ██╔╝██╔═██╗╚═██╔═╝██╔═██╗██╔═══╝ ██╔══██╗██╔══██╗██╔══██╗██║  ██║╚██╗ ██╔╝
██║    ██████╔╝ ╚████╔╝ █████╔╝  ██║  ██║ ██║██║ ███╗██████╔╝███████║██████╔╝███████║ ╚████╔╝ 
██║    ██╔══██╗  ╚██╔╝  ██╔══╝   ██║  ██║ ██║██║  ██║██╔══██╗██╔══██║██╔═══╝ ██╔══██║  ╚██╔╝  
╚█████╗██║  ██║   ██║   ██║      ██║  ╚████╔╝╚█████╔╝██║  ██║██║  ██║██║     ██║  ██║   ██║   
 ╚════╝╚═╝  ╚═╝   ╚═╝   ╚═╝      ╚═╝   ╚═══╝  ╚════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝  ╚═╝   ╚═╝   


A suite of cryptographic libraries and protocol  implementations, written in the systems programming  language Rust, for creating blazingly-fast,  production-quality cryptographic applications.  

Learn more  






CRYPTOGRAPHIC LIBRARIES

 



curve25519-dalek


A pure-Rust implementation of group operations  on Ristretto  and Curve25519,  providing a clean and safe mid-level API for use implementing  a wide range of ECC-based crypto protocols.  

 API Documentation  

    Source Code    

Implementation Notes
 

subtle


A small collection of Rust traits and utility functions for  writing constant-time code.  



 API Documentation  

    Source Code     
 

bulletproofs


The fastest Bulletproofs  implementation ever, featuring single and aggregated  range proofs, strongly-typed online multiparty  computation for proof aggregation, and a programmable  constraint system API for proving arbitrary statements.  


 API Documentation  

    Source Code     
 






CRYPTOGRAPHIC PROTOCOL IMPLEMENTATIONS

 



ed25519-dalek


A memory-safe, fast, and efficient ed25519 signing and  signature verification implementation which supports a  well-designed API and friendly error management.  


 API Documentation  

    Source Code     
 

x25519-dalek


Elliptic curve Diffie-Hellman key exchange, made so  simple-to-use you'll wonder why your application wasn't  using it already. Now with   adorable kittens!
 


 API Documentation  

    Source Code     
 

D.A.V.R.O.S.


D.A.V.R.O.S. (Deterministic And Verifiable Randomness On Schnorr signatures)  is a work-in-progress implementation of Schnorr signatures  and VRFs using Ristretto,  to be released soon.  

 API Documentation  
 
    Source Code    
 
















About

 



dalek-cryptography is a collection of libraries providing  safe, mid-level APIs for cryptographic primitives, aimed at  making it faster and easier to implement cryptographic  protocols such as key agreement, signatures, anonymous  credentials, range proofs, and zero-knowledge proof systems.  

Other libraries aim to provide well-designed APIs for  protocol users, but do not aim to provide well-designed API  for protocol implementers. The result is that implementing new  protocols often requires using unsafe internal APIs  which were never intended for reuse.  

Our goal is to provide both safe, mid-level APIs aimed at  implementors of cryptographic protocols, as well as  implementations providing safe, high-level APIs aimed at  users of cryptographic protocols.  

We hope to stabilise these libraries to production-quality  versions soon, butfor nowthey should be used for research.  














   


Sorry! We're still working on getting parts of our  site set up. Check back later, okay?
 







   


Sorry! We're still working on getting parts of our  site set up. For now, you can still check out  the documentation  on docs.rs!
 







   


Sorry! We're still working on getting parts of our  site set up. For now, you can still check out  the documentation  on docs.rs!
 






© 2017-2018 The Dalek Cryptography Developers   using the excellent BOOTSTRA.386 theme by  Chris McKenzie