RustSydney / talks

Talk requests and proposals for Rust Sydney
http://www.meetup.com/Rust-Sydney/
22 stars 2 forks source link

How to roll your own crypto in rust #37

Closed LLFourn closed 5 years ago

LLFourn commented 5 years ago

Don't roll your own crypto

But if you do, it's important to know which crates are out there to help you down your path of irresponsibility. This talk will be about using and implementing crypto crates in rust.

Crates I will touch on are mostly in:

bitshifter commented 5 years ago

Awesome, we'll get in touch when we're planning the next meetup. Probably not for a few months.

bitshifter commented 5 years ago

Hi @LLFourn , we're planning a meetup on Tuesday the 29th of October. Would you still be interested in giving a talk at that time? If so, what kind of duration were you thinking for your talk? We have a few talk proposals at the moment so I'm trying to find out who is still interested and available initially.

LLFourn commented 5 years ago

Hi. Yep I would love to do this one on the 29th if there's space. I should also be available in December/January if this one is full but probably not Feb/March.

bitshifter commented 5 years ago

How long do you think you'd like your talk to be @LLFourn? Anything between 20 and 40 mins + time for questions should be good. I'm trying to work out of we can do 2 or 3 talks. Will include you either way.

LLFourn commented 5 years ago

Oops sorry. Yeah I think just 25 mins for the presentation will be enough. Thanks.

bitshifter commented 5 years ago

Cool, let me know the title and summary of your talk for the meetup invite when you are able. Feel free to include a bio about yourself if you like, totally optional though.

bitshifter commented 5 years ago

Event is up https://www.meetup.com/Rust-Sydney/events/265708002/

LLFourn commented 5 years ago

Thanks. I love the description! Looking forward to it.

bitshifter commented 5 years ago

Thanks for the talk Lloyd! Let me know if your slides are available somewhere.

LLFourn commented 5 years ago

slides with half baked code are here: https://github.com/LLFourn/rust-sydney-pwless. Thanks it was fun :)