Skip to main content
World Today News
  • Home
  • News
  • World
  • Sport
  • Entertainment
  • Business
  • Health
  • Technology
Menu
  • Home
  • News
  • World
  • Sport
  • Entertainment
  • Business
  • Health
  • Technology

Anthropic AI Model Finds Flaw in HAWK Quantum-Resistant Algorithm

July 30, 2026 Rachel Kim – Technology Editor Technology

Anthropic Security Model Breaks HAWK Algorithm in NIST PQC Post-Quantum Testing

A post-quantum cryptography algorithm designed to protect enterprise infrastructure from future quantum computer decryption threats has been withdrawn from consideration following a critical security flaw discovery. According to an announcement made on Monday by Anthropic, their security model helped uncover a fundamental cryptographic break in HAWK, a digital signature scheme previously advancing through the National Institute of Standards and Technology (NIST) evaluation pipeline. Following the disclosure, the developer of HAWK announced on Tuesday that the algorithm is being pulled out of the running.

The Tech TL;DR:

  • The Event: The HAWK digital signature scheme was withdrawn from NIST’s third round of post-quantum cryptography testing after an Anthropic security model exposed a fatal cryptographic flaw.

Navigating the NIST PQC Round 3 Vulnerability Disclosure

Post-quantum cryptographic algorithms undergo rigorous evaluation to ensure security against both classical and quantum adversaries. HAWK had successfully navigated two initial rounds of testing by NIST, reaching the third round specifically structured to uncover deep-seated mathematical vulnerabilities and implementation flaws.

Analyzing the Cryptographic Flaw and Code Remediation


# Python implementation of a cryptographic algorithm check
import ssl
import socket

def verify_crypto_standard(hostname, port=443):
    context = ssl.create_default_context()
    with socket.create_connection((hostname, port)) as sock:
        with context.wrap_socket(sock, server_hostname=hostname) as ssock:
            cipher = ssock.cipher()
            print(f"Active Cipher Protocol: {cipher[0]}")
            print(f"Encryption Standard: {cipher[1]}")

# Execute verification against target server endpoint
verify_crypto_standard("secure.enterprise.internal")

Forward-Looking Security Architecture and Next Steps

*Disclaimer: The technical analyses and security protocols detailed in this article are for informational purposes only. Always consult with certified IT and cybersecurity professionals before altering enterprise networks or handling sensitive data.*

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X

More on this

  • Physicists Prove Electrons Not Essential for Information Transmission in Lab Study
  • Ian Diaz Seeks to Overturn Conviction Following Netflix’s A Toxic Love Story

Related

Search:

World Today News

World Today News is your trusted source for global journalism — breaking headlines, in-depth analysis, and reporting from around the world.

Quick Links

  • Privacy Policy
  • About Us
  • Accessibility statement
  • California Privacy Notice (CCPA/CPRA)
  • Contact
  • Cookie Policy
  • Disclaimer
  • DMCA Policy
  • Do not sell my info
  • EDITORIAL TEAM
  • Terms & Conditions

Browse by Location

  • GB
  • NZ
  • US

Connect With Us

© 2026 World Today News. All rights reserved. Your trusted global news source directory.
For contact, advertising, copyright, issues email: [email protected]

Privacy Policy Terms of Service