Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPon committed Mar 13, 2017
1 parent 831432e commit b3588c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sbxdec.py
Expand Up @@ -32,7 +32,7 @@

import seqbox

PROGRAM_VER = "0.8.0b"
PROGRAM_VER = "0.8.1b"


def banner():
Expand Down Expand Up @@ -206,7 +206,7 @@ def main():
if not cmdline.test:
fout.close()

print("SBX decodeding complete")
print("SBX decoding complete")
if hashcheck:
if hashtype == 0x12:
print("SHA256", d.hexdigest())
Expand Down
3 changes: 2 additions & 1 deletion seqbox.bt
Expand Up @@ -3,8 +3,9 @@
//
// File: seqbox.bt
// Author: Marco Pontello
// Revision:
// Revision: 1
// Purpose: Explore SeqBox container
// https://github.com/MarcoPon/SeqBox
//--------------------------------------

local int BLOCKSIZE = 512;
Expand Down
2 changes: 1 addition & 1 deletion todo.txt
@@ -1,7 +1,7 @@
- 27/02/2017 blake2 would be better than SHA256, but require Python >=3.6.
SHA256 should be good enough for the moment.

- 04/04/2017 check if raising exceptions is the best things to do for
- 04/03/2017 check if raising exceptions is the best things to do for
errors while encoding/decoding blocks

- 12/03/2017 check if struct.pack&unpack is faster than to/from_bytes

0 comments on commit b3588c1

Please sign in to comment.