Using MD2 Hash Function from PyCryptodome
Code uses MD2: from Crypto.Hash import MD2; h = MD2.new(); h.update(data). MD2 obsolete hash from 1989. Cryptographically broken with collision attacks. No legitimate use case. Removed from most cryptographic libraries. RFC 6149 moved to Historic status.