Tanja Lange

Education and career

Lange earned a diploma in mathematics in 1998 from the Technical University of Braunschweig.[3] She completed her Ph.D. in 2001 at the Universität Duisburg-Essen. Her dissertation, jointly supervised by Gerhard Frey and YoungJu Choie, concerned Efficient Arithmetic on Hyperelliptic Curves.[4]

After postdoctoral studies at Ruhr University Bochum, she became an associate professor at the Technical University of Denmark in 2005. She moved to the Eindhoven University of Technology as a full professor in 2007.[3]

At Eindhoven, she chairs the coding theory and cryptology group[5] and is scientific director of the Eindhoven Institute for the Protection of Systems and Information.[6] She is also the coordinator of PQCRYPTO, a European multi-university consortium to make electronic communications future-proof against threats such as quantum factorization.[1] She is one of the main authors of The Handbook of Elliptic and Hyperelliptic Curve Cryptography, published in 2005.[7]

gollark: See, Minoteaur is technically public but entirely without support, so if I somehow need to change a thing, I'll just dump the database, manually edit the SQL dump, fix the migrations, make a new database, and load it back in.
gollark: It doesn't have a way to revert migrations because I never actually make mistakes.
gollark: Nim.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```

See also

  • NaCl, a cryptography software library developed by Lange

References

  1. Dysart, Joe (March 6, 2018), "Hackers' Delight: Does Quantum Computing Spell the End for Encryption?", Communications of the ACM
  2. "Tanja Lange". ICMC20, April 28 - May 1, Maryland, USA. 2017-02-20. Retrieved 2019-06-14.
  3. Prof. Dr. Tanja Lange: Vita, International School of IT Security AG, retrieved 2018-10-26
  4. Tanja Lange at the Mathematics Genealogy Project
  5. Coding Theory and Cryptology staff, Eindhoven University of Technology, retrieved 2018-10-26
  6. EIPSI staff, Eindhoven University of Technology, retrieved 2018-10-26
  7. "Handbook of Elliptic and Hyperelliptic Curve Cryptography". CRC Press. Retrieved 2019-05-24.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.