#rust #crypto #zkp
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, but—for now—they should be used for research.
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, but—for now—they should be used for research.
#rust #programming #error
Учу rust по онлайн учебнику. Кажется, что-то пошло не по плану. Возможо, в дальнейшем будет серия постов про разработку на rust.
UPD: На самом деле всё норм. Просто странным образом сработал expect и выплюнул страшный лог.
UPD2. Также смотрю вот этот курс лекций. Очень интересно =)
UPD:
Узнал о существовании перевода онлайн учебника.
Учу rust по онлайн учебнику. Кажется, что-то пошло не по плану. Возможо, в дальнейшем будет серия постов про разработку на rust.
UPD: На самом деле всё норм. Просто странным образом сработал expect и выплюнул страшный лог.
UPD2. Также смотрю вот этот курс лекций. Очень интересно =)
UPD:
Узнал о существовании перевода онлайн учебника.
#rust #programming #avr #arduino
Знали ли Вы, что на Rust можно писать и под ардуино?
* AVR-Rust-Project
Знали ли Вы, что на Rust можно писать и под ардуино?
* AVR-Rust-Project
DEV Community
How to run Rust on Arduino Uno
A quick whirlwind tour on running Rust on Arduino Uno