We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for tsuyoshicho/vital-codec:
Last week 23 issues were created. Of these, 13 issues have been closed and 10 issues are still open.
💚 #42 fix: List.Byte blob test, by tsuyoshicho 💚 #40 feat: DI injection arch, by tsuyoshicho 💚 #39 feat: OTP/SHA1 test change new format, by tsuyoshicho 💚 #35 feat: add PBKDF2 support, by tsuyoshicho 💚 #34 feat: CI generate help to GitHub-Pages / Read the Docs, by tsuyoshicho 💚 #33 feat: Hash.HMAC support byte-list/string/blob, by tsuyoshicho 💚 #30 feat: SHA-2 (SHA256) support?, by tsuyoshicho 💚 #26 feat: Add ID.* document/test, by tsuyoshicho 💚 #23 feat: add camellia encryption?, by tsuyoshicho 💚 #21 feat: ULID overflow check, by tsuyoshicho
❤️ #43 feat: NS renew NameSpace and member value, by tsuyoshicho ❤️ #41 feat: base32x/base64x test extend, by tsuyoshicho ❤️ #38 feat: OTP internal byte op remove, by tsuyoshicho ❤️ #37 feat: OTP default param export, by tsuyoshicho ❤️ #36 feat: SHA1 test in HMAC activate, by tsuyoshicho ❤️ #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho ❤️ #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho ❤️ #29 fix: Crockford link to original URL, by tsuyoshicho ❤️ #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho ❤️ #27 feat: Hash.HMAC use Base16 return to hex string, by tsuyoshicho ❤️ #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho ❤️ #24 feat: vital.vim ci/test/document setting import, by tsuyoshicho ❤️ #22 feat: ID.* use Data.List.Byte for small methods, by tsuyoshicho
🔈 #35 feat: add PBKDF2 support, by tsuyoshicho It received 5 comments.
Last week, 14 pull requests were created, updated or merged.
Last week, 14 pull requests were merged. 💜 #43 feat: NS renew NameSpace and member value, by tsuyoshicho 💜 #38 feat: OTP internal byte op remove, by tsuyoshicho 💜 #37 feat: OTP default param export, by tsuyoshicho 💜 #36 feat: SHA1 test in HMAC activate, by tsuyoshicho 💜 #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho 💜 #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho 💜 #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho 💜 #29 fix: Crockford link to original URL, by tsuyoshicho 💜 #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho 💜 #24 feat: vital.vim ci/test/document setting import, by tsuyoshicho 💜 #22 feat: ID.* use Data.List.Byte for small methods, by tsuyoshicho 💜 #11 feat: GUID support, by tsuyoshicho 💜 #17 fix: ULID timestamp, by tsuyoshicho 💜 #18 feat: BaseX use convert method Data.List.Byte backend if possible, by tsuyoshicho
Last week there were 77 commits. 🛠️ Merge pull request #43 from tsuyoshicho/feature/renew-ns feat: NS renew NameSpace and member value by tsuyoshicho 🛠️ ID.UUID.Namespace: re-define const value by tsuyoshicho 🛠️ ID.UUID.NS -> ID.UUID.Namespace: rename module by tsuyoshicho 🛠️ Fix license filename by tsuyoshicho 🛠️ Merge pull request #38 from tsuyoshicho/feature/otp-bytelist feat: OTP internal byte op remove by tsuyoshicho 🛠️ Hash.OTP: slimup. remove non use internal functions. by tsuyoshicho 🛠️ Merge pull request #37 from tsuyoshicho/feature/otp-defparam feat: OTP default param export by tsuyoshicho 🛠️ Hash.OTP: defaults value change to object menber value by tsuyoshicho 🛠️ Merge pull request #36 from tsuyoshicho/feature/hmac-sha1-activate feat: SHA1 test in HMAC activate by tsuyoshicho 🛠️ Hash.HMAC: SHA1 test activate by tsuyoshicho 🛠️ Merge pull request #31 from tsuyoshicho/fix/hmac-bytelist feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string by tsuyoshicho 🛠️ Hash.HMAC: Data.List.Byte use for string to byte-list / byte-list to hex string by tsuyoshicho 🛠️ Merge pull request #32 from tsuyoshicho/fix/docupdate-sha1 fix: Hash.SHA1 document update for original and import by tsuyoshicho 🛠️ Merge pull request #29 from tsuyoshicho/fix/docuptate-base32cf fix: Crockford link to original URL by tsuyoshicho 🛠️ Merge pull request #28 from tsuyoshicho/fix/docupdate-hmac fix: Hash.HMAC: document link to MD5,SHA1 by tsuyoshicho 🛠️ Hash.SHA1: Document update. add original code author info by tsuyoshicho 🛠️ Data.Base32.Crockford: document update. link add by tsuyoshicho 🛠️ Hash.HMAC: document update, Hash.MD5,Hash.SHA1 link by tsuyoshicho 🛠️ add badge by tsuyoshicho 🛠️ .coveragerc add by tsuyoshicho 🛠️ CI/coverage setting up-to-date by tsuyoshicho 🛠️ Merge pull request #18 from tsuyoshicho/feature/baseXrefineuseBase16 feat: BaseX use convert method Data.List.Byte backend if possible by tsuyoshicho 🛠️ Merge pull request #25 from tsuyoshicho/feature/import-sha1-hmac-otp feat: reverse import SHA1,HMAC,OTP from vital.vim by tsuyoshicho 🛠️ Merge pull request #22 from tsuyoshicho/feature/IDrefineuseBase16 feat: ID.* use Data.List.Byte for small methods by tsuyoshicho 🛠️ Hash.*: move latest dir by tsuyoshicho 🛠️ Hash.OTP: Add OTP help/documents. by tsuyoshicho 🛠️ Hash.OTP: Fix List.new funcref arg by tsuyoshicho 🛠️ Hash.OTP: add OTP test value only HOTP. by tsuyoshicho 🛠️ Hash.OTP: Initial import. by tsuyoshicho 🛠️ Hash.HMAC: HMAC document initial add by tsuyoshicho 🛠️ Hash.HMAC: Fix List.new funcref arg by tsuyoshicho 🛠️ Hash.HMAC: Test enhanced. by tsuyoshicho 🛠️ Hash.HMAC: Add Testcase HMAC without SHA1 by tsuyoshicho 🛠️ Hash.HMAC: Add HMAC initial commit by tsuyoshicho 🛠️ Hash.SHA1: Add SHA1 doc. by tsuyoshicho 🛠️ Hash.SHA1: Fix bytes2str arg copy and rename bytes2binstr (Usage convert to hex XX string) by tsuyoshicho 🛠️ Hash.SHA1: brushup license details by tsuyoshicho 🛠️ Hash.SHA1: fix non-public function,rename _x by tsuyoshicho 🛠️ Hash.SHA1: fix args bytelist to widen, copy are protected agist inner work by tsuyoshicho 🛠️ Hash.SHA1: Add digest and _raw testcase by tsuyoshicho 🛠️ Hash.SHA1: SHA1 RFC Test result value miss? fix Use other SHA1 recalc result. by tsuyoshicho 🛠️ Hash.SHA1: Add SHA1 Testsuite by tsuyoshicho 🛠️ Hash.SHA1: Import SHA1 implementation. (same I/F Hash.MD5) by tsuyoshicho 🛠️ Data.List.Byte: test description update. by tsuyoshicho 🛠️ Data.List.Byte: fix no depend module by tsuyoshicho 🛠️ Data.Base32.,Data.Base64.: Fix argument miss by tsuyoshicho 🛠️ Data.Base32.,Data.Base64.: Code simplify by tsuyoshicho 🛠️ Data.Base32.,Data.Base64.: replace inner from Base16 to Data.List.Byte by tsuyoshicho 🛠️ Data.Base32.,Data.Base64.,Data.Base16: replace inner to Base16,Data.List.Byte by tsuyoshicho 🛠️ ID.UUID: replace inner func to Data.List.Byte by tsuyoshicho 🛠️ Merge branch 'develop' by tsuyoshicho 🛠️ Data.Base16,Data.List.Byte: Add documents. by tsuyoshicho 🛠️ Merge branch 'develop' by tsuyoshicho 🛠️ fix appveyour by tsuyoshicho 🛠️ CI setting update by tsuyoshicho 🛠️ CI setting update by tsuyoshicho 🛠️ Data.List.Byte: blob currently test off by tsuyoshicho 🛠️ Data:List.Byte: test skp message fix by tsuyoshicho 🛠️ Data.List.Byte: skip blob if not support by tsuyoshicho 🛠️ CI setting update: remove notify by tsuyoshicho 🛠️ CI setting update: remove notify by tsuyoshicho 🛠️ Data.List.Byte: fix test and code by tsuyoshicho 🛠️ Data.List.Byte: add test by tsuyoshicho 🛠️ Data.Base16: add test by tsuyoshicho 🛠️ Merge pull request #24 from tsuyoshicho/feature/vitalvim-setting feat: vital.vim ci/test/document setting import by tsuyoshicho 🛠️ Data.Base32*.,Data.Base64.*: Document refine by tsuyoshicho 🛠️ Data.Base32*.,Data.Base64.*: Test setup by tsuyoshicho 🛠️ Data.Base32*.,Data.Base64.*: test base copy by tsuyoshicho 🛠️ lint disable by tsuyoshicho 🛠️ Import setting/document/test from vital.vim by tsuyoshicho 🛠️ ID.UUID: function name refine bytes2str to bytes2binstr by tsuyoshicho 🛠️ ID.UUID: fix swap data duble copy by tsuyoshicho 🛠️ Merge pull request #11 from tsuyoshicho/feature/GUID feat: GUID support by tsuyoshicho 🛠️ ID.GUID: new implementation for GUID. by tsuyoshicho 🛠️ ID.ULID: fix timestamp decode miss by tsuyoshicho 🛠️ Merge pull request #17 from tsuyoshicho/fix/ulid-timestamp fix: ULID timestamp by tsuyoshicho 🛠️ ID.ULID: refine timestamp encode rule by tsuyoshicho
Last week there was 1 contributor. 👤 tsuyoshicho
Last week there were no stargazers.
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository tsuyoshicho/vital-codec to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
tsuyoshicho
No branches or pull requests
Here's the Weekly Digest for tsuyoshicho/vital-codec:
ISSUES
Last week 23 issues were created.
Of these, 13 issues have been closed and 10 issues are still open.
OPEN ISSUES
💚 #42 fix: List.Byte blob test, by tsuyoshicho
💚 #40 feat: DI injection arch, by tsuyoshicho
💚 #39 feat: OTP/SHA1 test change new format, by tsuyoshicho
💚 #35 feat: add PBKDF2 support, by tsuyoshicho
💚 #34 feat: CI generate help to GitHub-Pages / Read the Docs, by tsuyoshicho
💚 #33 feat: Hash.HMAC support byte-list/string/blob, by tsuyoshicho
💚 #30 feat: SHA-2 (SHA256) support?, by tsuyoshicho
💚 #26 feat: Add ID.* document/test, by tsuyoshicho
💚 #23 feat: add camellia encryption?, by tsuyoshicho
💚 #21 feat: ULID overflow check, by tsuyoshicho
CLOSED ISSUES
❤️ #43 feat: NS renew NameSpace and member value, by tsuyoshicho
❤️ #41 feat: base32x/base64x test extend, by tsuyoshicho
❤️ #38 feat: OTP internal byte op remove, by tsuyoshicho
❤️ #37 feat: OTP default param export, by tsuyoshicho
❤️ #36 feat: SHA1 test in HMAC activate, by tsuyoshicho
❤️ #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho
❤️ #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho
❤️ #29 fix: Crockford link to original URL, by tsuyoshicho
❤️ #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho
❤️ #27 feat: Hash.HMAC use Base16 return to hex string, by tsuyoshicho
❤️ #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho
❤️ #24 feat: vital.vim ci/test/document setting import, by tsuyoshicho
❤️ #22 feat: ID.* use Data.List.Byte for small methods, by tsuyoshicho
NOISY ISSUE
🔈 #35 feat: add PBKDF2 support, by tsuyoshicho
It received 5 comments.
PULL REQUESTS
Last week, 14 pull requests were created, updated or merged.
MERGED PULL REQUEST
Last week, 14 pull requests were merged.
💜 #43 feat: NS renew NameSpace and member value, by tsuyoshicho
💜 #38 feat: OTP internal byte op remove, by tsuyoshicho
💜 #37 feat: OTP default param export, by tsuyoshicho
💜 #36 feat: SHA1 test in HMAC activate, by tsuyoshicho
💜 #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho
💜 #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho
💜 #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho
💜 #29 fix: Crockford link to original URL, by tsuyoshicho
💜 #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho
💜 #24 feat: vital.vim ci/test/document setting import, by tsuyoshicho
💜 #22 feat: ID.* use Data.List.Byte for small methods, by tsuyoshicho
💜 #11 feat: GUID support, by tsuyoshicho
💜 #17 fix: ULID timestamp, by tsuyoshicho
💜 #18 feat: BaseX use convert method Data.List.Byte backend if possible, by tsuyoshicho
COMMITS
Last week there were 77 commits.
🛠️ Merge pull request #43 from tsuyoshicho/feature/renew-ns feat: NS renew NameSpace and member value by tsuyoshicho
🛠️ ID.UUID.Namespace: re-define const value by tsuyoshicho
🛠️ ID.UUID.NS -> ID.UUID.Namespace: rename module by tsuyoshicho
🛠️ Fix license filename by tsuyoshicho
🛠️ Merge pull request #38 from tsuyoshicho/feature/otp-bytelist feat: OTP internal byte op remove by tsuyoshicho
🛠️ Hash.OTP: slimup. remove non use internal functions. by tsuyoshicho
🛠️ Merge pull request #37 from tsuyoshicho/feature/otp-defparam feat: OTP default param export by tsuyoshicho
🛠️ Hash.OTP: defaults value change to object menber value by tsuyoshicho
🛠️ Merge pull request #36 from tsuyoshicho/feature/hmac-sha1-activate feat: SHA1 test in HMAC activate by tsuyoshicho
🛠️ Hash.HMAC: SHA1 test activate by tsuyoshicho
🛠️ Merge pull request #31 from tsuyoshicho/fix/hmac-bytelist feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string by tsuyoshicho
🛠️ Hash.HMAC: Data.List.Byte use for string to byte-list / byte-list to hex string by tsuyoshicho
🛠️ Merge pull request #32 from tsuyoshicho/fix/docupdate-sha1 fix: Hash.SHA1 document update for original and import by tsuyoshicho
🛠️ Merge pull request #29 from tsuyoshicho/fix/docuptate-base32cf fix: Crockford link to original URL by tsuyoshicho
🛠️ Merge pull request #28 from tsuyoshicho/fix/docupdate-hmac fix: Hash.HMAC: document link to MD5,SHA1 by tsuyoshicho
🛠️ Hash.SHA1: Document update. add original code author info by tsuyoshicho
🛠️ Data.Base32.Crockford: document update. link add by tsuyoshicho
🛠️ Hash.HMAC: document update, Hash.MD5,Hash.SHA1 link by tsuyoshicho
🛠️ add badge by tsuyoshicho
🛠️ .coveragerc add by tsuyoshicho
🛠️ CI/coverage setting up-to-date by tsuyoshicho
🛠️ Merge pull request #18 from tsuyoshicho/feature/baseXrefineuseBase16 feat: BaseX use convert method Data.List.Byte backend if possible by tsuyoshicho
🛠️ Merge pull request #25 from tsuyoshicho/feature/import-sha1-hmac-otp feat: reverse import SHA1,HMAC,OTP from vital.vim by tsuyoshicho
🛠️ Merge pull request #22 from tsuyoshicho/feature/IDrefineuseBase16 feat: ID.* use Data.List.Byte for small methods by tsuyoshicho
🛠️ Hash.*: move latest dir by tsuyoshicho
🛠️ Hash.OTP: Add OTP help/documents. by tsuyoshicho
🛠️ Hash.OTP: Fix List.new funcref arg by tsuyoshicho
🛠️ Hash.OTP: add OTP test value only HOTP. by tsuyoshicho
🛠️ Hash.OTP: Initial import. by tsuyoshicho
🛠️ Hash.HMAC: HMAC document initial add by tsuyoshicho
🛠️ Hash.HMAC: Fix List.new funcref arg by tsuyoshicho
🛠️ Hash.HMAC: Test enhanced. by tsuyoshicho
🛠️ Hash.HMAC: Add Testcase HMAC without SHA1 by tsuyoshicho
🛠️ Hash.HMAC: Add HMAC initial commit by tsuyoshicho
🛠️ Hash.SHA1: Add SHA1 doc. by tsuyoshicho
🛠️ Hash.SHA1: Fix bytes2str arg copy and rename bytes2binstr (Usage convert to hex XX string) by tsuyoshicho
🛠️ Hash.SHA1: brushup license details by tsuyoshicho
🛠️ Hash.SHA1: fix non-public function,rename _x by tsuyoshicho
🛠️ Hash.SHA1: fix args bytelist to widen, copy are protected agist inner work by tsuyoshicho
🛠️ Hash.SHA1: Add digest and _raw testcase by tsuyoshicho
🛠️ Hash.SHA1: SHA1 RFC Test result value miss? fix Use other SHA1 recalc result. by tsuyoshicho
🛠️ Hash.SHA1: Add SHA1 Testsuite by tsuyoshicho
🛠️ Hash.SHA1: Import SHA1 implementation. (same I/F Hash.MD5) by tsuyoshicho
🛠️ Data.List.Byte: test description update. by tsuyoshicho
🛠️ Data.List.Byte: fix no depend module by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: Fix argument miss by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: Code simplify by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: replace inner from Base16 to Data.List.Byte by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.,Data.Base16: replace inner to Base16,Data.List.Byte by tsuyoshicho
🛠️ ID.UUID: replace inner func to Data.List.Byte by tsuyoshicho
🛠️ Merge branch 'develop' by tsuyoshicho
🛠️ Data.Base16,Data.List.Byte: Add documents. by tsuyoshicho
🛠️ Merge branch 'develop' by tsuyoshicho
🛠️ fix appveyour by tsuyoshicho
🛠️ CI setting update by tsuyoshicho
🛠️ CI setting update by tsuyoshicho
🛠️ Data.List.Byte: blob currently test off by tsuyoshicho
🛠️ Data:List.Byte: test skp message fix by tsuyoshicho
🛠️ Data.List.Byte: skip blob if not support by tsuyoshicho
🛠️ CI setting update: remove notify by tsuyoshicho
🛠️ CI setting update: remove notify by tsuyoshicho
🛠️ Data.List.Byte: fix test and code by tsuyoshicho
🛠️ Data.List.Byte: add test by tsuyoshicho
🛠️ Data.Base16: add test by tsuyoshicho
🛠️ Merge pull request #24 from tsuyoshicho/feature/vitalvim-setting feat: vital.vim ci/test/document setting import by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: Document refine by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: Test setup by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: test base copy by tsuyoshicho
🛠️ lint disable by tsuyoshicho
🛠️ Import setting/document/test from vital.vim by tsuyoshicho
🛠️ ID.UUID: function name refine bytes2str to bytes2binstr by tsuyoshicho
🛠️ ID.UUID: fix swap data duble copy by tsuyoshicho
🛠️ Merge pull request #11 from tsuyoshicho/feature/GUID feat: GUID support by tsuyoshicho
🛠️ ID.GUID: new implementation for GUID. by tsuyoshicho
🛠️ ID.ULID: fix timestamp decode miss by tsuyoshicho
🛠️ Merge pull request #17 from tsuyoshicho/fix/ulid-timestamp fix: ULID timestamp by tsuyoshicho
🛠️ ID.ULID: refine timestamp encode rule by tsuyoshicho
CONTRIBUTORS
Last week there was 1 contributor.
👤 tsuyoshicho
STARGAZERS
Last week there were no stargazers.
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository tsuyoshicho/vital-codec to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: