export async function bareNameFilter(
  { crypto, accountDID, path }: Arguments
): Promise<string> {
  return `wnfs:${accountDID}:bareNameFilter:${await pathHash(crypto, path)}`
}