home.social

#hawk — Public Fediverse posts

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

fetched live
  1. ••⋅☾ #連歌 / #連句☽⋅••
    ••⋅☾#片歌 ☽⋅••

    Hawks Serenely
    Claim peace broke out
    While gardens blaze

    ••⋅☾#katauta☽⋅••
    ••⋅☾ #Renga / #Renku ☽⋅••

    #Poetry # #NMPoetry #DailyHaikuPrompt #Hawk #Emoetry #Serene #VSS365 #Garden
    @MarkBrigham

  2. ••⋅☾ #連歌 / #連句☽⋅••
    ••⋅☾#片歌 ☽⋅••

    Hawks Serenely
    Claim peace broke out
    While gardens blaze

    ••⋅☾#katauta☽⋅••
    ••⋅☾ #Renga / #Renku ☽⋅••

    #Poetry # #NMPoetry #DailyHaikuPrompt #Hawk #Emoetry #Serene #VSS365 #Garden
    @MarkBrigham

  3. North: LANTERN

    #lantern by the door
    signal to my secret love
    do not come tonight

    South: HAWK

    hunter in the woods
    sends his #hawk ahead to scout
    they work as a team

    #dailyhaikuprompt #haiku #poetry #writing #writingcommunity #FFXIV

  4. North: LANTERN

    #lantern by the door
    signal to my secret love
    do not come tonight

    South: HAWK

    hunter in the woods
    sends his #hawk ahead to scout
    they work as a team

    #dailyhaikuprompt #haiku #poetry #writing #writingcommunity #FFXIV

  5. #hawk : a bird of prey

    - French: faucon

    - German: der Falke

    - Italian: falco

    - Portuguese: gavião

    - Spanish: halcón

    ------------

    Word of The Hour's Annual Survey @ wordofthehour.org/r/form

  6. Someone is feeling pretty cocky strutting their stuff at UD campus
    #hawk
    #redtailedhawk

  7. Someone is feeling pretty cocky strutting their stuff at UD campus
    #hawk
    #redtailedhawk

  8. 01net.com: #Claude #Mythos a trouvé 2 #failles #mathématiques #zéro-day dans des #algorithmes #mathématiques jugés #indestructibles, dont une #faille dans le protocole #AES , référéce mondiale de la cybersecurite pour les achats en ligne, et une autre faille dans #HAWK : un candidat #NIST #post - #quantique... (oups..)

    C'est une première... et ça change tout...

    01net.com/actualites/claude-tr

  9. 01net.com: #Claude #Mythos a trouvé 2 #failles #mathématiques #zéro-day dans des #algorithmes #mathématiques jugés #indestructibles, dont une #faille dans le protocole #AES , référéce mondiale de la cybersecurite pour les achats en ligne, et une autre faille dans #HAWK : un candidat #NIST #post - #quantique... (oups..)

    C'est une première... et ça change tout...

    01net.com/actualites/claude-tr

  10. I just published my analysis of the Anthropic HAWK/AES cryptanalysis papers. Read both against primary sources, and the coverage is getting it wrong in both directions.

    "AI broke post-quantum encryption." No. HAWK is a NIST candidate, not a standard. HAWK-256 is a challenge parameter set, not a proposed security level.

    "Just implementation bugs." Also no. The HAWK attack exploits a Galois symmetry (τ: ζ↦−ζ) in the power-of-two cyclotomic ring. The AES Mobius Bridge exploits the S-box's GF(2^8) inversion structure as defined in FIPS 197. These are properties of the algorithm specifications. Any correct implementation inherits them.

    On the numbers: Anthropic's blog says HAWK-256 cost moved from 2^64 to 2^38. That pairing does not appear in the paper. Table 1 gives per-SVP-call costs of 2^62 and 2^38 (Core-SVP) or 2^74 and 2^52 (gate model). Every outlet running "2^64 to 2^38" is copying the blog, not the paper.

    For AES, the "200-800x faster" framing describes the time term only. The attack still needs 2^105 chosen plaintexts, so the balanced complexity max(D,T,M) is unchanged at fixed data. The rebalanced variant reaches 2^96.3 vs DFJ13's 2^99. Call it a 2.7-bit improvement on 7 of 10 rounds. Real work, but production AES is untouched.

    The paper that got the least attention matters most: CryptanalysisBench reports a full 128-bit key recovery on unmodified SpoC AEAD using two oracle queries, independently found by two Claude models. Also a KINDI KEM CCA-proof error leading to a working key-recovery attack. Neither scheme was deployed, but these are full-strength design breaks, not reduced-round exercises.

    I try to introduce a three-tier framework for classifying cryptographic failures (implementation bug / algorithm design weakness / full-parameter break) and places each result. It also covers the independent GPT-5.6 HAWK attack, Saarinen's HOVER McEliece results, and what I got wrong in my 2025 "Why AI Cannot Break Modern Encryption" article.

    postquantum.com/security-pqc/a

    #infosec #cryptography #PQC #postquantum #HAWK #AES #cryptanalysis #cybersecurity

  11. I just published my analysis of the Anthropic HAWK/AES cryptanalysis papers. Read both against primary sources, and the coverage is getting it wrong in both directions.

    "AI broke post-quantum encryption." No. HAWK is a NIST candidate, not a standard. HAWK-256 is a challenge parameter set, not a proposed security level.

    "Just implementation bugs." Also no. The HAWK attack exploits a Galois symmetry (τ: ζ↦−ζ) in the power-of-two cyclotomic ring. The AES Mobius Bridge exploits the S-box's GF(2^8) inversion structure as defined in FIPS 197. These are properties of the algorithm specifications. Any correct implementation inherits them.

    On the numbers: Anthropic's blog says HAWK-256 cost moved from 2^64 to 2^38. That pairing does not appear in the paper. Table 1 gives per-SVP-call costs of 2^62 and 2^38 (Core-SVP) or 2^74 and 2^52 (gate model). Every outlet running "2^64 to 2^38" is copying the blog, not the paper.

    For AES, the "200-800x faster" framing describes the time term only. The attack still needs 2^105 chosen plaintexts, so the balanced complexity max(D,T,M) is unchanged at fixed data. The rebalanced variant reaches 2^96.3 vs DFJ13's 2^99. Call it a 2.7-bit improvement on 7 of 10 rounds. Real work, but production AES is untouched.

    The paper that got the least attention matters most: CryptanalysisBench reports a full 128-bit key recovery on unmodified SpoC AEAD using two oracle queries, independently found by two Claude models. Also a KINDI KEM CCA-proof error leading to a working key-recovery attack. Neither scheme was deployed, but these are full-strength design breaks, not reduced-round exercises.

    I try to introduce a three-tier framework for classifying cryptographic failures (implementation bug / algorithm design weakness / full-parameter break) and places each result. It also covers the independent GPT-5.6 HAWK attack, Saarinen's HOVER McEliece results, and what I got wrong in my 2025 "Why AI Cannot Break Modern Encryption" article.

    postquantum.com/security-pqc/a

    #infosec #cryptography #PQC #postquantum #HAWK #AES #cryptanalysis #cybersecurity

  12. #Apple of Discord

    ••⋅☾ #和歌 / #短歌 ☽⋅••

    Hawks forgetting
    The causes of rage
    Millennial conflict

    The Apple of Discord
    Its taste lingers on

    ••⋅☾ #WakaPoetry / #Tanka ☽⋅••

    #Poetry # #NMPoetry #DailyHaikuPrompt #AntiWar 24th & 25th #Hawk #Rage #Protest

  13. #Apple of Discord

    ••⋅☾ #和歌 / #短歌 ☽⋅••

    Hawks forgetting
    The causes of rage
    Millennial conflict

    The Apple of Discord
    Its taste lingers on

    ••⋅☾ #WakaPoetry / #Tanka ☽⋅••

    #Poetry # #NMPoetry #DailyHaikuPrompt #AntiWar 24th & 25th #Hawk #Rage #Protest

  14. Kid2 even got a sweet #selfie with Logan
    All pics shared with permission*

    Highly highly highly recommended the Falconry experience at Torrey Pines Gliderport if you are nearabouts. Book in advance - it's an approx 2 hr session. Worth every minute! The handlers and explanations were so good!
    maps.app.goo.gl/UxZ1bjaJb4r44t

    totalraptorexperience.com/book

    *Kids, not the birds.

    /end

    #Bird #Birds #BirdPhotography #Falconry #photography #hawk