aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/ya.make
blob: 16575b392681f105c49572bec71f6c2e2c3f6ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER(
    pg
    g:util
)

SRCS(
    md5.cpp
)

PEERDIR( 
    contrib/libs/nayuki_md5
    library/cpp/string_utils/base64
) 
 
END()