RustConf 2017 - Fast, Safe, Pure-Rust Elliptic Curve Cryptography

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 9

  • @portport
    @portport ปีที่แล้ว +1

    I didn't realize Henry has been doing this stuff since 2017

    • @kylenoome4482
      @kylenoome4482 ปีที่แล้ว

      Ya hahahaha same just found this now

  • @qeithwreid7745
    @qeithwreid7745 3 ปีที่แล้ว

    Really pleased to see this nice clear talk and obviously committed coders.

  • @splittydev
    @splittydev 7 ปีที่แล้ว +2

    Excellent talk! I'm actually using ed25519-dalek in a Rust Cryprocurrency/Blockchain project, and I'm very happy with it

    • @undertest1708
      @undertest1708 4 ปีที่แล้ว

      I need a reference too, could you please point me a resource or a tutorial to it ?

  • @Chronochroc
    @Chronochroc 7 ปีที่แล้ว

    Best curve25519 library ever

  • @growlingchaos
    @growlingchaos 7 ปีที่แล้ว

    Very interesting talk!

  • @letscode5367
    @letscode5367 5 ปีที่แล้ว

    Can rust is used for reverse engineering. I mean reversing code of rust.

    • @snarkyboojum
      @snarkyboojum 4 ปีที่แล้ว

      Sure, you can disassemble the binaries produced by the rust compiler (rustc).