Skip to content

Commit

Permalink
add to docs that new_seq isnt bugged anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryAmazed committed Sep 23, 2024
1 parent 62dd43e commit 3c16f70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/digest/digester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ template <BadCharPolicy P> class Digester {
/**
* @brief replaces the current sequence with the new one. It's like starting
* over with a completely new seqeunce
* <b> Currently is bugged. Don't use </b>
*
* @param seq const char pointer to new sequence to be hashed
* @param len length of the new sequence
Expand All @@ -223,7 +222,6 @@ template <BadCharPolicy P> class Digester {
/**
* @brief replaces the current sequence with the new one. It's like starting
* over with a completely new sequence
* <b> Currently is bugged. Don't use </b>
*
* @param seq const std string reference to the new sequence to be hashed
* @param start position in new sequence to start from
Expand Down

0 comments on commit 3c16f70

Please sign in to comment.