Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TheMatjaz
/
LibISAAC
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 28, 2020
v1.0.0
TheMatjaz
TheMatjaz
committed
faf751c
View commit details
Copy full SHA for faf751c
Browse repository at this point
Add changelog and readme
TheMatjaz
TheMatjaz
committed
ec46ab5
View commit details
Copy full SHA for ec46ab5
Browse repository at this point
Add changelog and readme
TheMatjaz
TheMatjaz
committed
bc55582
View commit details
Copy full SHA for bc55582
Browse repository at this point
Ignore original source code used to generate test vectors
TheMatjaz
TheMatjaz
committed
209a521
View commit details
Copy full SHA for 209a521
Browse repository at this point
Fix doxygen warnings, improve doxygen text, especially on file-level
Show description for 6d4fdf7
TheMatjaz
TheMatjaz
committed
6d4fdf7
View commit details
Copy full SHA for 6d4fdf7
Browse repository at this point
Invert stream (now reading result[] from 0 to end)
Show description for fbf2ff6
TheMatjaz
TheMatjaz
committed
fbf2ff6
View commit details
Copy full SHA for fbf2ff6
Browse repository at this point
Add notes about NULL function arguments, simplify init of next_index
TheMatjaz
TheMatjaz
committed
33ef033
View commit details
Copy full SHA for 33ef033
Browse repository at this point
Add ctx cleanup function
Show description for 91fac4e
TheMatjaz
TheMatjaz
committed
91fac4e
View commit details
Copy full SHA for 91fac4e
Browse repository at this point
Combine 32 and 64 bit version into one file, add 64-bit test vectors
TheMatjaz
TheMatjaz
committed
8e6ba8c
View commit details
Copy full SHA for 8e6ba8c
Browse repository at this point
Commits on Apr 27, 2020
Combine 32 and 64 bit implementation into one .h and one .c file
TheMatjaz
TheMatjaz
committed
e7e0ce5
View commit details
Copy full SHA for e7e0ce5
Browse repository at this point
Add untested 64-bit ISAAC version
Show description for 1cb5efe
TheMatjaz
TheMatjaz
committed
1cb5efe
View commit details
Copy full SHA for 1cb5efe
Browse repository at this point
Delete dead code
TheMatjaz
TheMatjaz
committed
8911ff6
View commit details
Copy full SHA for 8911ff6
Browse repository at this point
Remove unused 32-bit masks for portability
Show description for 3cf0ce9
TheMatjaz
TheMatjaz
committed
3cf0ce9
View commit details
Copy full SHA for 3cf0ce9
Browse repository at this point
Replace next32() and next8() with stream32()
Show description for 379bc05
TheMatjaz
TheMatjaz
committed
379bc05
View commit details
Copy full SHA for 379bc05
Browse repository at this point
Implement seed copy value-wise rather than byte-wise
Show description for 5a809e7
TheMatjaz
TheMatjaz
committed
5a809e7
View commit details
Copy full SHA for 5a809e7
Browse repository at this point
Commits on Apr 26, 2020
Add test for next8 with nonzero seed
TheMatjaz
TheMatjaz
committed
e36342a
View commit details
Copy full SHA for e36342a
Browse repository at this point
Fix bug in non-zero seed init test
TheMatjaz
TheMatjaz
committed
053968e
View commit details
Copy full SHA for 053968e
Browse repository at this point
Add test for non-zero seed initialisation
TheMatjaz
TheMatjaz
committed
2ca1662
View commit details
Copy full SHA for 2ca1662
Browse repository at this point
Documentation improvements
TheMatjaz
TheMatjaz
committed
7b4e25c
View commit details
Copy full SHA for 7b4e25c
Browse repository at this point
Avoid issues with endianness in non-zero seed
TheMatjaz
TheMatjaz
committed
e2e0b21
View commit details
Copy full SHA for e2e0b21
Browse repository at this point
Add test with non-zero seed, based on output of original ISAAC
TheMatjaz
TheMatjaz
committed
b18e24a
View commit details
Copy full SHA for b18e24a
Browse repository at this point
Remove the default seed: either use given seed or zero-seed
Show description for ff13633
TheMatjaz
TheMatjaz
committed
ff13633
View commit details
Copy full SHA for ff13633
Browse repository at this point
Add test for no seed, add code to generate test vectors
TheMatjaz
TheMatjaz
committed
d70281d
View commit details
Copy full SHA for d70281d
Browse repository at this point
Add next8, remove unused macros
TheMatjaz
TheMatjaz
committed
8c36510
View commit details
Copy full SHA for 8c36510
Browse repository at this point
Remove some unused pointers on stack in init
Show description for f55adae
TheMatjaz
TheMatjaz
committed
f55adae
View commit details
Copy full SHA for f55adae
Browse repository at this point
Fix isaac_next() tests (they had the wrong vectors)
TheMatjaz
TheMatjaz
committed
9fa97c3
View commit details
Copy full SHA for 9fa97c3
Browse repository at this point
Document init test, add single-value next test
TheMatjaz
TheMatjaz
committed
f54ab40
View commit details
Copy full SHA for f54ab40
Browse repository at this point
Add initial version with reimplemented init(), next() is broken
TheMatjaz
TheMatjaz
committed
d43e7b7
View commit details
Copy full SHA for d43e7b7
Browse repository at this point
Init repo with gitignore
TheMatjaz
TheMatjaz
committed
0d40f1c
View commit details
Copy full SHA for 0d40f1c
Browse repository at this point
You can’t perform that action at this time.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル