1
0
Fork 0
blog.kempkens.io/content/posts/2014-12-31-a-gentle-introduction-to-elliptic-curve-cryptography.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2014-12-31 17:59:44 +00:00
---
2021-08-28 19:50:49 +00:00
date: "2014-12-31T16:33:00Z"
description: 'Link: [media.ccc.de](http://media.ccc.de/browse/congress/2014/31c3_-_6369_-_en_-_saal_1_-_201412272145_-_ecchacks_-_djb_-_tanja_lange.html#video)'
tags:
- links
url: links/a-gentle-introduction-to-elliptic-curve-cryptography
2014-12-31 17:59:44 +00:00
title: A Gentle Introduction to Elliptic-Curve Cryptography
---
2021-08-28 19:50:49 +00:00
Link: [media.ccc.de](http://media.ccc.de/browse/congress/2014/31c3_-_6369_-_en_-_saal_1_-_201412272145_-_ecchacks_-_djb_-_tanja_lange.html#video)
2014-12-31 17:59:44 +00:00
A talk by djb and Tanja Lange.
> This talk will explain how to work with elliptic curves constructively to obtain secure and efficient implementations, and will highlight pitfalls that must be avoided when implementing elliptic-curve crypto (ECC). The talk will also explain what all the buzz in curve choices for TLS is about. This talk does not require any prior exposure to ECC.
The slides can be found [here](https://events.ccc.de/congress/2014/Fahrplan/system/attachments/2502/original/20141227-twopage.pdf) (CAcert) and the example source code is available [here](http://ecchacks.cr.yp.to).