Module: Ollama::Digester

Included in:
Commands::BlobExists, Commands::PushBlob
Defined in:
lib/ollama/digester.rb

Overview

Provides utility methods for computing SHA256 digests of binary streams. This module is designed as a mixin to provide consistent hashing logic across different components, ensuring that IO objects are handled safely and efficiently.