ECDSA's Sign() method expects already-hashed data when a hash function is specified. The test was incorrectly passing unhashed data with crypto.SHA256, causing signature operations to fail. Signed-off-by: Bryan Frimin <bryan@getprobo.com>