# File lib/openid/util.rb, line 132
def
Util
.
base64_to_num
(
s
)
return
str_to_num
(
from_base64
(
s
))
end