Skip to content

Commit

Permalink
Remove PrecomputedDigest as it is not used. (#235)
Browse files Browse the repository at this point in the history
Since we have `Digest` class public, whenever we need to use a precomputed digest we can just create an instance of `Digest`. This removes some duplication in the API.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac authored Jul 15, 2024
1 parent a600d11 commit 989cdda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 110 deletions.
57 changes: 0 additions & 57 deletions model_signing/hashing/precomputed.py

This file was deleted.

53 changes: 0 additions & 53 deletions model_signing/hashing/precomputed_test.py

This file was deleted.

0 comments on commit 989cdda

Please sign in to comment.