/* * Calculate the SHA1 hash for a given filename. * * Aliases: * MusicBrainz::Client#calculate_sha1 * * Examples: * sha1 = mb.sha1 'foo.mp3' * */ static VALUE mb_client_sha1(VALUE self, VALUE path) {