for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rogierw\RwAcme\Support;
class Thumbprint
{
public static function make(string $accountKey): string
return JsonWebKey::thumbprint(JsonWebKey::compute($accountKey));
}