# File lib/rye/key.rb, line 45
45:     def sign(string, digesttype="sha1")
46:       Rye::Key.sign(@keypair.to_s, string, digesttype)
47:     end