Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
4f0b2161
Commit
4f0b2161
authored
Nov 27, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MD5: improve test coverage
parent
a42fe7a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
test/src/misc/md5.c
test/src/misc/md5.c
+9
-0
No files found.
test/src/misc/md5.c
View file @
4f0b2161
...
...
@@ -37,6 +37,15 @@ typedef struct
static
const
md5_sample_t
md5_samples
[]
=
{
{
""
,
"d41d8cd98f00b204e9800998ecf8427e"
},
{
"a"
,
"0cc175b9c0f1b6a831c399e269772661"
},
{
"abc"
,
"900150983cd24fb0d6963f7d28e17f72"
},
{
"message digest"
,
"f96b697d7cb7938d525a2f31aaf161d0"
},
{
"abcdefghijklmnopqrstuvwxyz"
,
"c3fcd3d76192e4007dfb496cca67e13b"
},
{
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
,
"d174ab98d277d9f5a5611c2c9f419d9f"
},
{
"12345678901234567890123456789012345678901234567890123456789012345678901"
"234567890"
,
"57edf4a22be3c955ac49da2e2107b67a"
},
{
"azertyuiop"
,
"7682fe272099ea26efe39c890b33675b"
},
{
NULL
,
NULL
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment