aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/ya.make
blob: cec46c2aba3fff020e1537c239eebf32c540a550 (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()