home.social

#ascon — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ascon, aggregated by home.social.

  1. NIST утвердил стандарт облегчённой криптографии для встроенных устройств

    После десяти лет обсуждений и тестирования десятков алгоритмов Национальный институт стандартов и технологий (NIST) утвердил окончательный стандарт «облегчённой криптографии» (lightweight cryptography) для микроконтроллеров, встроенных CPU, слабых FPGA и других устройств с ограниченными аппаратными возможностями, то есть минимальным количеством памяти и вычислительными ресурсами. Принятие стандартов даёт надежду, что современная криптография — идентификаторы, цифровые подписи, шифрование, защита от кибератак — будет поддерживаться на миллиардах устройств Интернета вещей и другой малой электронике, такой как RFID-метки и медицинские имплантаты.

    habr.com/ru/companies/globalsi

    #nist #легковесная_криптография #микроконтроллеры #встроенные_процессоры #fpga #ascon

  2. NIST is done standardizing #ASCON, an encryption and hashing algorithm. I count that as a big win for #IoT security, in particular because the last review round's raised concerns were heeded and there is now a 32-bit tag mode usable for applications such as 802.15.4 link-layer security.
    Congratulations to the #TUGraz team, whose original work prevailed in a highly competitive selection, and is now the new NIST standard more than 10 years after its inception.
    nist.gov/news-events/news/2025

  3. The #Ascon implementations in #Rust are now updated to the changes from the NIST draft.

    For AEAD, check out: crates.io/crates/ascon-aead
    For hash and XOF, check out crates.io/crates/ascon-hash

  4. ascon製GIGAスクール構想対応タブレットAT-08をLinuxで使う | documents
    boronology.github.io/documents

    例のタブレットの記事書いたよ
    #AT_08 #ascon #Linux #GIGAスクール構想

  5. Interesting way to learn a new programming language by implementing a crypto cipher. The standard library was quite helpful to learn some best practices.

    codeberg.org/Gusted/hare-ascon

    #hare #harelang #ascon

  6. My Rust implementations of #Ascon are now part of RustCrypto's github.com/RustCrypto/AEADs and github.com/RustCrypto/hashes repositories. Thanks to @bascule for starting the discussion and helping with the merge requests.

  7. @campuscodi The need for these confuses me because in 2023 I have a hard time imagining that fitting AES and SHA2 into connection capable microcontrollers on a power budget is difficult. What is my imagination missing?
    #NIST #Ascon #IoT #cryptography #hashing

  8. Wow! Wonderful news. I am a fan of #Ascon (by TU Graz) and it just won the cryptographic competition for lightweight cryptography.

    csrc.nist.gov/News/2023/lightw

  9. My #Rust implementation of #Ascon, ascon-aead, now also contains an implementation of Ascon-80pq. Details at crates.io/crates/ascon-aead