• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

emil2k / go-aes / 35

Builds Branch Commit Type Ran Committer Via Coverage
35 master Moved Rijndael to outside project. push 08 Sep 2014 07:52PM UTC emil2k travis-ci pending completion
34 master Setting GOMAXPROCS for counter mode. push 14 Aug 2014 02:39PM UTC emil2k travis-ci pending completion
33 master Removed unnecessary checks. push 14 Aug 2014 11:06AM UTC emil2k travis-ci pending completion
32 master Process blocks instead of bytes. The cipher and modes where processing byte slices, now it has been switched to processing blocks - instances of State. Bytes are read from input, converted to State instances, and stored in the input buffer. Afte... push 14 Aug 2014 10:55AM UTC emil2k travis-ci pending completion
31 master Buffer input. Instead of seeking and reading each block of input individually 16 bytes at a time, an input buffer is filled with 100,000 blocks of input and processed - allocates approximately 1.6MB of memory. Should save time in reading from disk. push 11 Aug 2014 09:22AM UTC emil2k travis-ci pending completion
30 master Buffer output. Instead of seeking and writing each block individually as they are being processed, now they are buffered and written in bulk sequentially. Should save time in writing to disk. push 10 Aug 2014 06:15AM UTC emil2k travis-ci pending completion
29 master Comments. push 06 Aug 2014 10:01AM UTC emil2k travis-ci pending completion
28 master Optimized state mix columns. Used precomputed Rijndael multiplication tables. push 06 Aug 2014 09:11AM UTC emil2k travis-ci pending completion
27 master Optimized set and get state functions. push 06 Aug 2014 08:28AM UTC emil2k travis-ci pending completion
26 master Test files added. Encryption benchmarking now done on a 1MB file. push 05 Aug 2014 06:26PM UTC emil2k travis-ci pending completion
25 master Major optimizations. Rewrote Word and State types with out using byte slices. Word is now represented by a uint32 and State is now represented by a struct containing two uint64 values "high" and "low" emulating a uint128. Benchmarks show 10-200x ... push 05 Aug 2014 11:18AM UTC emil2k travis-ci pending completion
24 master Test logging prefix change. push 30 Jul 2014 06:23PM UTC emil2k travis-ci pending completion
23 master Test logging prefix change. push 30 Jul 2014 04:31PM UTC emil2k travis-ci pending completion
22 master Benchmarks added. push 30 Jul 2014 11:41AM UTC emil2k travis-ci pending completion
21 master Refactored logging. Simplified to avoid having to check if verbose or very verbose ouput requested. push 29 Jul 2014 06:14PM UTC emil2k travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc