module Sprockets::DigestUtils
def pack_base64digest(bin)
Experimental RBS support (using type sampling data from the type_fusion
project).
def pack_base64digest: (String bin) -> String
This signature was generated using 50 samples from 5 applications.
bin - String bytes
Internal: Pack a binary digest to a base64 encoded string.
def pack_base64digest(bin) [bin].pack('m0') end