/
githubmirror
/
amphtml
ОбзорДокументацияВойти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
amphtml/
third_party/closure-library/
..
LICENSE

Initial version of closure's base64 library. Forked from https://github.com/google/closure-library

11 лет назад
README.amp

Pull the sha384 and base64 closure library into a compiled bundle into AMP that exports a single function to calculate base64(sha384(input))

11 лет назад
calcdeps.sh

Rebuild sha384 to avoid ampSha384Digest property on global window (#33194)

5 лет назад
compile.sh

Rebuild sha384 to avoid ampSha384Digest property on global window (#33194)

5 лет назад
sha384-generated.js

Rebuild sha384 to avoid ampSha384Digest property on global window (#33194)

5 лет назад
sha384.js

♻️ Remove Notice from JS and Markdown (#35717)

5 лет назад
README.amp
URL: https://github.com/google/closure-library
License: Apache License
License File: https://github.com/google/closure-library/blob/master/LICENSE
 
Description:
Used to pull in selected functions from the closure library.
We only check in the compiled version.
Run compile.sh to generate a new version.
 
Local Modifications:
Forked base64.js to remove dependency on user agent detection
because all supported browsers for AMP support native base64
encoding.